DacProfile Class

Definition

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

Applies to