Share via


DatabaseOperation.ErrorCode Property

 

Optional. Gets the code indicating 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 ErrorCode { get; set; }
public:
property int ErrorCode {
    int get();
    void set(int value);
}
member ErrorCode : int with get, set
Public Property ErrorCode As Integer

Property Value

Type: System.Int32

See Also

DatabaseOperation Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top