Operation.Messages プロパティ

現在の操作のメッセージを取得します。

名前空間:  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
現在の操作のメッセージ。

関連項目

参照

Operation クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間