Share via


Database.AssignedServiceObjectiveId Property

 

Optional. Gets the ID of the assigned service objective for this database. This is the ID of the service objective being applied.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top