Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the error code of the underlying error.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public ReadOnly Property MessageCode As Integer
Get
'Usage
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
Property Value
Type: System.Int32
An Int32 value.