DacOperationsExtensions.Export 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 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.