DacCompilationError.Message Property
Gets the message associated with the compilation error.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'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
Property Value
Type: String
A String value that specifies the message associated with the compilation error.