Operation.Messages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the messages for the current operation.
public:
property Microsoft::SqlServer::Management::IntegrationServices::OperationMessageCollection ^ Messages { Microsoft::SqlServer::Management::IntegrationServices::OperationMessageCollection ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.OperationMessage))]
public Microsoft.SqlServer.Management.IntegrationServices.OperationMessageCollection Messages { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObject(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerRelationship.ChildContainer, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcContainerCardinality.ZeroToAny, typeof(Microsoft.SqlServer.Management.IntegrationServices.OperationMessage))>]
member this.Messages : Microsoft.SqlServer.Management.IntegrationServices.OperationMessageCollection
Public ReadOnly Property Messages As OperationMessageCollection
Property Value
The messages for the current operation.
- Attributes