DatabaseDeploymentProperties.AzureMaxSize Property
Gets or sets the maximum size instance to allocate in SQL Azure.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'Декларация
Public Property AzureMaxSize As Integer
Get
Set
'Применение
Dim instance As DatabaseDeploymentProperties
Dim value As Integer
value = instance.AzureMaxSize
instance.AzureMaxSize = value
public int AzureMaxSize { get; set; }
public:
property int AzureMaxSize {
int get ();
void set (int value);
}
member AzureMaxSize : int with get, set
function get AzureMaxSize () : int
function set AzureMaxSize (value : int)
Property Value
Type: Int32
The maximum size instance to allocate in SQL Azure.