Свойство OperationMessage.Message

Gets the message text for the operation.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Message As String 
    Get
'Применение
Dim instance As OperationMessage 
Dim value As String 

value = instance.Message
[SfcPropertyAttribute(Data = true)]
public string Message { get; }
[SfcPropertyAttribute(Data = true)]
public:
property String^ Message {
    String^ get ();
}
[<SfcPropertyAttribute(Data = true)>]
member Message : string
function get Message () : String

Значение свойства

Тип: System.String
The message.

См. также

Справочник

OperationMessage Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices