DacExportParameters Members
Represents the parameters needed to initiate an Azure SQL Database Export operation.
The following tables list the members exposed by the DacExportParameters type.
Public Constructors
Name | Description | |
---|---|---|
DacExportParameters | Initializes a new instance of the DacExportParameters class. |
Top
Public Properties
Name | Description | |
---|---|---|
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. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
DacExportParameters Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace