Share via


Proprietà ServerMessageEventArgs.Error

Gets the error associated with the server message event.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Error As SqlError 
    Get
'Utilizzo
Dim instance As ServerMessageEventArgs 
Dim value As SqlError 

value = instance.Error
public SqlError Error { get; }
public:
property SqlError^ Error {
    SqlError^ get ();
}
member Error : SqlError
function get Error () : SqlError

Valore proprietà

Tipo: SqlError
A SqlError system object value that specifies the error associated with the server message event.

Vedere anche

Riferimento

ServerMessageEventArgs Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common