Propriedade do RDL MessageCode
Gets the error code of the underlying error.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Int32
An Int32 value.
Consulte também