DacOperationsExtensions.ExportAsync Method (IDacOperations, String, DacExportParameters)
Exports an Azure SQL Database into a DACPAC file in Azure Blob Storage.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
<ExtensionAttribute> Public Shared Function ExportAsync ( operations As IDacOperations, serverName As String, parameters As DacExportParameters ) As Task(Of DacImportExportResponse)
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 in which the database to export resides.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters
Optional. The parameters needed to initiate the export request.
Return Value
Type: System.Threading.Tasks.Task(Of DacImportExportResponse)Represents the response that the service returns once an import or export operation has been initiated.
Show: