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

 

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)

Task<DacImportExportResponse^>^ ImportAsync(
	String^ serverName,
	DacImportParameters^ parameters,
	CancellationToken cancellationToken
)

Parameters

serverName
Type: System::String^

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

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

The parameters needed to initiated the Import request.

cancellationToken
Type: System.Threading::CancellationToken

Cancellation token.

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: