Condividi tramite


Proprietà DacMessage.Message

Get friendly message for the current status of an operation.

Spazio dei nomi  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Message As String 
    Get
'Utilizzo
Dim instance As DacMessage 
Dim value As String 

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

Valore proprietà

Tipo: System.String
String message for the current status of an operation.

Vedere anche

Riferimento

DacMessage Classe

Spazio dei nomi Microsoft.SqlServer.Dac