Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
The number of the error from SQL Server, or 0 if a different exception was encountered that invoked a retry.
Espace de noms : Microsoft.SqlServer.Dac
Assembly : Microsoft.SqlServer.Dac (en Microsoft.SqlServer.Dac.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ServerErrorNumber As Integer
Get
'Utilisation
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
Valeur de propriété
Type : System.Int32
The error number, or 0 for an error from a non-SQL Server error.