Proprietà MessageCode
Gets the error code of the underlying error.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MessageCode As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Int32
An Int32 value.
Vedere anche