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