DacOperationsExtensions.Export Method

Definition

Exports an Azure SQL Database into a DACPAC file in Azure Blob Storage.

public static Microsoft.WindowsAzure.Management.Sql.Models.DacImportExportResponse Export (this Microsoft.WindowsAzure.Management.Sql.IDacOperations operations, string serverName, Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters parameters);
static member Export : Microsoft.WindowsAzure.Management.Sql.IDacOperations * string * Microsoft.WindowsAzure.Management.Sql.Models.DacExportParameters -> Microsoft.WindowsAzure.Management.Sql.Models.DacImportExportResponse
<Extension()>
Public Function Export (operations As IDacOperations, serverName As String, parameters As DacExportParameters) As 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