DatabaseDeploymentProperties Class
The DatabaseDeploymentProperties object represents the properties of a deployed database.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
The DatabaseDeploymentProperties type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DatabaseDeploymentProperties(ServerConnection, String) | Initializes a new instance of the DatabaseDeploymentProperties class that has the specified connection and database name. |
![]() | DatabaseDeploymentProperties(ServerConnection, String, AzureEdition, Int32) | Initializes a new instance of the DatabaseDeploymentProperties class with specified server connection, database name, edition, and size. |
| Name | Description | |
|---|---|---|
![]() | AzureEdition | Gets or sets the edition of SQL Azure to target during this deployment. |
![]() | AzureMaxSize | Gets or sets the maximum size instance to allocate in SQL Azure. |
![]() | ConfigurationProperties | Gets or sets the configuration properties to store settings corresponding to settings that fall in between application and host level artifacts. |
![]() | LogFileDirectory | Gets or sets the path and name of the operating system file that acts as the log file for the database. |
![]() | Name | Gets or sets the name of the database. |
![]() | PrimaryDataFileDirectory | Gets or sets the path and name of the operating system file that acts as the primary data file for the database. |

