Database Class

 

Represents a database in the Azure SQL Database service.

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

System::Object
  Microsoft.WindowsAzure.Management.Sql.Models::SqlModelCommon
    Microsoft.WindowsAzure.Management.Sql.Models::Database

public ref class Database : SqlModelCommon

NameDescription
System_CAPS_pubmethodDatabase()

Initializes a new instance of the Database class.

NameDescription
System_CAPS_pubpropertyAssignedServiceObjectiveId

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

System_CAPS_pubpropertyCollationName

Optional. Gets the name of the collation for this database.

System_CAPS_pubpropertyCreationDate

Optional. Gets the date this database was created.

System_CAPS_pubpropertyEdition

Optional. Gets the edition of the Azure SQL Database. The DatabaseEditions enumeration contains all the valid editions.

System_CAPS_pubpropertyId

Optional. Gets the ID of the database. This ID is unique within the server that contains the database.

System_CAPS_pubpropertyIsFederationRoot

Optional. Gets whether or not the database is a federation root.

System_CAPS_pubpropertyIsSystemObject

Optional. Gets whether or not the database is a system object.

System_CAPS_pubpropertyMaximumDatabaseSizeInBytes

Optional. Gets the maximum size of this database expressed in bytes.

System_CAPS_pubpropertyMaximumDatabaseSizeInGB

Optional. Gets the maximum size of this database expressed in gigabytes.

System_CAPS_pubpropertyName

Optional. Gets the name of the service resource.(Inherited from SqlModelCommon.)

System_CAPS_pubpropertyRecoveryPeriodStartDate

Optional. Gets the starting date of the restorable period for this database.

System_CAPS_pubpropertyServiceObjectiveAssignmentErrorCode

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

System_CAPS_pubpropertyServiceObjectiveAssignmentErrorDescription

Optional. Gets the description of the error if an error occured while applying a new service objective.

System_CAPS_pubpropertyServiceObjectiveAssignmentState

Optional. Gets the state of the current service objective assignment in numerical format.

System_CAPS_pubpropertyServiceObjectiveAssignmentStateDescription

Optional. Gets the description of the state of the current service objective assignment.

System_CAPS_pubpropertyServiceObjectiveAssignmentSuccessDate

Optional. Gets the date the service objective assignment succeeded.

System_CAPS_pubpropertyServiceObjectiveId

Optional. Gets the ID of the current service objective.

System_CAPS_pubpropertySizeMB

Optional. Gets the current usage of the database in megabytes.

System_CAPS_pubpropertyState

Optional. Gets the state of the service resource.(Inherited from SqlModelCommon.)

System_CAPS_pubpropertyType

Optional. Gets the type of the service resource.(Inherited from SqlModelCommon.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: