Partager via


Propriété ReplicationAgentException.MessageCode

Gets the error code of the underlying error.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MessageCode As Integer 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Int32
An Int32 value.

Voir aussi

Référence

ReplicationAgentException Classe

Espace de noms Microsoft.SqlServer.Replication