DacAzureDatabaseSpecification Class
Defines optional parameters specific to a Windows Azure SQL Database.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dac.DacAzureDatabaseSpecification
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Class DacAzureDatabaseSpecification
'Usage
Dim instance As DacAzureDatabaseSpecification
public class DacAzureDatabaseSpecification
public ref class DacAzureDatabaseSpecification
type DacAzureDatabaseSpecification = class end
public class DacAzureDatabaseSpecification
The DacAzureDatabaseSpecification type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DacAzureDatabaseSpecification | Initializes a new instance of the DacAzureDatabaseSpecification class. |
Top
Properties
Name | Description | |
---|---|---|
Edition | Gets or sets the database Edition. | |
MaximumSize | Gets or sets the maximum size, in GB. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.