Operation.Messages Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает сообщения для текущей операции.
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
Значение свойства
Сообщения для текущей операции.
- Атрибуты