DacOperationsExtensions::ImportAsync Method (IDacOperations^, String^, DacImportParameters^)

 

Initiates an Import of a DACPAC file from Azure Blob Storage into a Azure SQL Database.

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

public:
[ExtensionAttribute]
static Task<DacImportExportResponse^>^ ImportAsync(
	IDacOperations^ operations,
	String^ serverName,
	DacImportParameters^ parameters
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Sql::IDacOperations^

Reference to the Microsoft.WindowsAzure.Management.Sql.IDacOperations.

serverName
Type: System::String^

Required. The name of the Azure SQL Database Server into which the database is being imported.

parameters
Type: Microsoft.WindowsAzure.Management.Sql.Models::DacImportParameters^

Optional. The parameters needed to initiated the Import request.

Return Value

Type: System.Threading.Tasks::Task<DacImportExportResponse^>^

Represents the response that the service returns once an import or export operation has been initiated.

Return to top
Show: