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 numeric error code.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
ReadOnly Property ErrorNumber As Integer
Get
'Usage
Dim instance As IComErrorRecord
Dim value As Integer
value = instance.ErrorNumber
int ErrorNumber { get; }
property int ErrorNumber {
int get ();
}
abstract ErrorNumber : int
function get ErrorNumber () : int
Property Value
Type: System.Int32
The numeric error code.