Partager via


Propriété DeploymentContributorContext.Options

Gets the options being used for this deployment

Espace de noms :  Microsoft.SqlServer.Dac.Deployment
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Options As SqlDeploymentOptions 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Dac.Deployment.SqlDeploymentOptions

Voir aussi

Référence

DeploymentContributorContext Classe

Espace de noms Microsoft.SqlServer.Dac.Deployment