หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.