MessageCode propriété
Gets the error code of the underlying error.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (dans 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 la propriété
Type : System. . :: . .Int32
An Int32 value.