Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The number of the error from SQL Server, or 0 if a different exception was encountered that invoked a retry.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public ReadOnly Property ServerErrorNumber As Integer
Get
'Usage
Dim instance As DacRetryMessage
Dim value As Integer
value = instance.ServerErrorNumber
public int ServerErrorNumber { get; }
public:
property int ServerErrorNumber {
int get ();
}
member ServerErrorNumber : int
function get ServerErrorNumber () : int
Property Value
Type: System.Int32
The error number, or 0 for an error from a non-SQL Server error.