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

'Declaration
Public Property AzureMaxSize As Integer
    Get
    Set
'Usage
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: System.Int32
The maximum size instance to allocate in SQL Azure.

See Also

Reference

DatabaseDeploymentProperties Class

Microsoft.SqlServer.Management.Dac Namespace