Compartir a través de


DacProgressEventArgs.Message Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dac
Ensamblado:  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Sintaxis

'Declaración
Public ReadOnly Property Message As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
String message associated with the current step of an operation.

Vea también

Referencia

DacProgressEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Dac