DacProfile.DeployOptions Property

Definition

Get deployment options associated with this profile.

public Microsoft.SqlServer.Dac.DacDeployOptions DeployOptions { get; }
public Microsoft.SqlServer.Dac.DacDeployOptions DeployOptions { get; set; }
member this.DeployOptions : Microsoft.SqlServer.Dac.DacDeployOptions
member this.DeployOptions : Microsoft.SqlServer.Dac.DacDeployOptions with get, set
Public ReadOnly Property DeployOptions As DacDeployOptions
Public Property DeployOptions As DacDeployOptions

Property Value

DacDeployOptions instance that specifies deployment options.

Applies to