Share via


DeploymentContributorContext.Options Property

Gets the options being used for this deployment

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public ReadOnly Property Options As SqlDeploymentOptions 
    Get
'Usage
Dim instance As DeploymentContributorContext 
Dim value As SqlDeploymentOptions 

value = instance.Options
public SqlDeploymentOptions Options { get; }
public:
property SqlDeploymentOptions^ Options {
    SqlDeploymentOptions^ get ();
}
member Options : SqlDeploymentOptions
function get Options () : SqlDeploymentOptions

Property Value

Type: Microsoft.SqlServer.Dac.Deployment.SqlDeploymentOptions

See Also

Reference

DeploymentContributorContext Class

Microsoft.SqlServer.Dac.Deployment Namespace