Partager via


Propriété DacMessage.Message

Get friendly message for the current status of an operation.

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Message As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

DacMessage Classe

Espace de noms Microsoft.SqlServer.Dac