Database.MaximumDatabaseSizeInBytes Property
Optional. Gets the maximum size of this database expressed in bytes.
Namespace: Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Syntax
public long MaximumDatabaseSizeInBytes { get; set; }
public:
property long long MaximumDatabaseSizeInBytes {
long long get();
void set(long long value);
}
member MaximumDatabaseSizeInBytes : int64 with get, set
Public Property MaximumDatabaseSizeInBytes As Long
Property Value
Type: System.Int64
See Also
Database Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace
Return to top