Condividi tramite


SqlInfoMessageEventArgs.Message Proprietà

Definizione

Ottiene il testo completo dell'errore inviato dal database.

public:
 property System::String ^ Message { System::String ^ get(); };
public string Message { get; }
member this.Message : string
Public ReadOnly Property Message As String

Valore della proprietà

Testo completo dell'errore.

Commenti

Si tratta di un wrapper per la Message proprietà del primo SqlError oggetto dell'insieme Errors .

Si applica a

Vedi anche