DacExportParameters Class

Definition

Represents the parameters needed to initiate an Azure SQL Database Export operation.

public class DacExportParameters
type DacExportParameters = class
Public Class DacExportParameters
Inheritance
DacExportParameters

Constructors

DacExportParameters()

Initializes a new instance of the DacExportParameters class.

Properties

BlobCredentials

Optional. Gets or sets the credentials information needed for setting where the DACPAC file will be exported to in Azure Blob Storage.

ConnectionInfo

Optional. Gets or sets the connection information needed for the Azure SQL Database.

Applies to