Share via


Database.ServiceObjectiveAssignmentErrorCode Property

 

Optional. Gets the error code raised when assigning a new service objective if there was one.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public string ServiceObjectiveAssignmentErrorCode { get; set; }
public:
property String^ ServiceObjectiveAssignmentErrorCode {
    String^ get();
    void set(String^ value);
}
member ServiceObjectiveAssignmentErrorCode : string with get, set
Public Property ServiceObjectiveAssignmentErrorCode As String

Property Value

Type: System.String

See Also

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

Return to top