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.