DacProfile Class
Updated: April 20, 2017
Contains settings related to a specific deployment configuration.
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
| Name | Description | |
|---|---|---|
![]() | DacProfile() | Construct a new instance of the DacProfile class with a default set of deployment options. |
| Name | Description | |
|---|---|---|
![]() | DeployOptions | Get deployment options associated with this profile. |
![]() | TargetConnectionString | Get or set connection string for database server used as the target of a deployment. |
![]() | TargetDatabaseName | Get or set name of database used as the target of a deployment. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() ![]() | Load(Stream^) | Create a DacProfile instance by reading serialized profile data from the specified DacProfile. |
![]() ![]() | Load(String^) | Create a DacProfile instance by reading serialized profile data from the specified file. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


