Compartir a través de


ReplicationAgentException.MessageCode Propiedad

Gets the error code of the underlying error.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Public ReadOnly Property MessageCode As Integer 
    Get
'Uso
Dim instance As ReplicationAgentException 
Dim value As Integer 

value = instance.MessageCode
public int MessageCode { get; }
public:
property int MessageCode {
    int get ();
}
member MessageCode : int
function get MessageCode () : int

Valor de la propiedad

Tipo: System.Int32
An Int32 value.

Vea también

Referencia

ReplicationAgentException Clase

Espacio de nombres Microsoft.SqlServer.Replication