Compartir a través de


ServerMessageEventArgs.Error Propiedad

Gets the error associated with the server message event.

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Error As SqlError 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ServerMessageEventArgs Clase

Espacio de nombres Microsoft.SqlServer.Management.Common