Właściwość TSqlCompilationError.Message
Komunikat o błędzie są pobierane z wyjątkiem.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dac
Zestaw: Microsoft.SqlServer.Management.Dac (w Microsoft.SqlServer.Management.Dac.dll)
Składnia
'Deklaracja
Public ReadOnly Property Message As String
Get
'Użycie
Dim instance As TSqlCompilationError
Dim value As String
value = instance.Message
public string Message { get; }
public:
property String^ Message {
String^ get ();
}
member Message : string
function get Message () : String
Wartość właściwości
Typ: System.String
A String zawierające komunikat o błędzie.
Zobacz także