Operation.Messages 属性

Gets the messages for the current operation.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(OperationMessage))> _
Public ReadOnly Property Messages As OperationMessageCollection 
    Get
用法
Dim instance As Operation 
Dim value As OperationMessageCollection 

value = instance.Messages
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(OperationMessage))]
public OperationMessageCollection Messages { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(OperationMessage))]
public:
property OperationMessageCollection^ Messages {
    OperationMessageCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(OperationMessage))>]
member Messages : OperationMessageCollection
function get Messages () : OperationMessageCollection

属性值

类型:Microsoft.SqlServer.Management.IntegrationServices.OperationMessageCollection
The messages for the current operation.

请参阅

参考

Operation 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间