Свойство DacProgressEventArgs.Message

Get a friendly message associated with the current step of an operation.

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

Синтаксис

'Декларация
Public ReadOnly Property Message As String 
    Get
'Применение
Dim instance As DacProgressEventArgs 
Dim value As String 

value = instance.Message
public string Message { get; }
public:
property String^ Message {
    String^ get ();
}
member Message : string
function get Message () : String

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

Тип: System.String
String message associated with the current step of an operation.

См. также

Справочник

DacProgressEventArgs Класс

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