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
Public method DacAzureDatabaseSpecification Initializes a new instance of the DacAzureDatabaseSpecification class.

Top

Properties

  Name Description
Public property Edition Gets or sets the database Edition.
Public property MaximumSize Gets or sets the maximum size, in GB.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Dac Namespace