DacImportParameters Class

 

Represents the parameters that are needed to initiate an Azure SQL Database import operation.

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

System.Object
  Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters

Public Class DacImportParameters

NameDescription
System_CAPS_pubmethodDacImportParameters()

Initializes a new instance of the DacImportParameters class.

NameDescription
System_CAPS_pubpropertyAzureEdition

Optional. Gets or sets the edition for the database that will be created upon import.

System_CAPS_pubpropertyBlobCredentials

Optional. Gets or sets the credentials for retrieving the DACPAC from Azure Blob Storage.

System_CAPS_pubpropertyConnectionInfo

Optional. Gets or sets the connection information needed for connecting to SQL Azure and creating a database to import into.

System_CAPS_pubpropertyDatabaseSizeInGB

Optional. Gets or sets the size for the database that will be created upon import.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: