DatabaseOperation.ErrorSeverity Property
Optional. Gets the severity level of the error that occurred during a failed operation.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public int ErrorSeverity { get; set; }
public:
property int ErrorSeverity {
int get();
void set(int value);
}
member ErrorSeverity : int with get, set
Public Property ErrorSeverity As Integer
Property Value
Type: System.Int32
See Also
DatabaseOperation Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top