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)

public:
property int ErrorSeverity {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32
Return to top
Show: