DacProfile Class
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.
Contains settings related to a specific deployment configuration.
public sealed class DacProfile
type DacProfile = class
Public NotInheritable Class DacProfile
- Inheritance
-
DacProfile
Constructors
DacProfile() |
Construct a new instance of the DacProfile class with a default set of deployment options. |
Properties
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. |
Methods
Load(Stream) |
Create a DacProfile instance by reading serialized profile data from the specified Stream. |
Load(String) |
Create a DacProfile instance by reading serialized profile data from the specified file. |
Save(String) |
Saves the DacProfile to a publish profile |