Database.Id Property
Optional. Gets the ID of the database. This ID is unique within the server that contains the database.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public int Id { get; set; }
public:
property int Id {
int get();
void set(int value);
}
member Id : int with get, set
Public Property Id As Integer
Property Value
Type: System.Int32
See Also
Database Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top