Condividi tramite


Proprietà DataSchemaError.Message

Ottiene il messaggio di errore.

Spazio dei nomi:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Property Message As String
    Get
    Set
public string Message { get; set; }
public:
property String^ Message {
    String^ get ();
    void set (String^ value);
}
member Message : string with get, set
function get Message () : String
function set Message (value : String)

Valore proprietà

Tipo: System.String
Messaggio di errore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DataSchemaError Classe

Spazio dei nomi Microsoft.Data.Schema