Partager via


Propriété Message

Gets the message associated with the compilation error.

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

Syntaxe

'Déclaration
Public ReadOnly Property Message As String
    Get
'Utilisation
Dim instance As DacCompilationError
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
A String value that specifies the message associated with the compilation error.