IDacOperations.ExportAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Exports an Azure SQL Database into a DACPAC file in Azure Blob Storage.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DacImportExportResponse> ExportAsync (string serverName, Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member ExportAsync : string * Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DacImportExportResponse>
Public Function ExportAsync (serverName As String, parameters As DacExportParameters, cancellationToken As CancellationToken) As Task(Of DacImportExportResponse)
Parameters
- serverName
- String
The name of the Azure SQL Database Server in which the database to export resides.
- parameters
- DacExportParameters
The parameters needed to initiate the export request.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Represents the response that the service returns once an import or export operation has been initiated.