Partager via


DeploymentContributorContext.Options, propriété

Obtient ou définit le SchemaDeploymentOptions.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Property Options As SchemaDeploymentOptions
    Get
    Set
public SchemaDeploymentOptions Options { get; set; }
public:
property SchemaDeploymentOptions^ Options {
    SchemaDeploymentOptions^ get ();
    void set (SchemaDeploymentOptions^ value);
}
member Options : SchemaDeploymentOptions with get, set
function get Options () : SchemaDeploymentOptions
function set Options (value : SchemaDeploymentOptions)

Valeur de propriété

Type : Microsoft.Data.Schema.Build.SchemaDeploymentOptions
Options de déploiement.

Sécurité .NET Framework

Voir aussi

Référence

DeploymentContributorContext Classe

Microsoft.Data.Schema.Build, espace de noms