DacOperationsExtensions.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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DacImportExportResponse> ExportAsync (this Microsoft.WindowsAzure.Management.Sql.IDacOperations operations, string serverName, Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters parameters);
static member ExportAsync : Microsoft.WindowsAzure.Management.Sql.IDacOperations * string * Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DacImportExportResponse>
<Extension()>
Public Function ExportAsync (operations As IDacOperations, serverName As String, parameters As DacExportParameters) As Task(Of DacImportExportResponse)
Parameters
- operations
- IDacOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IDacOperations.
- serverName
- String
Required. The name of the Azure SQL Database Server in which the database to export resides.
- parameters
- DacExportParameters
Optional. The parameters needed to initiate the export request.
Returns
Represents the response that the service returns once an import or export operation has been initiated.
Applies to
Azure SDK for .NET