Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices