Share via


DatabaseGetResponse.Database Property

 

Optional. Gets or sets the database that was returned from the service in response to the get operation.

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

Syntax

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

Property Value

Type: Microsoft.WindowsAzure.Management.Sql.Models.Database

See Also

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

Return to top