Compartilhar via


Propriedade DeploymentContributorContext.Options

Obtém ou define o SchemaDeploymentOptions.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
As opções de implantação.

Segurança do .NET Framework

Consulte também

Referência

DeploymentContributorContext Classe

Namespace Microsoft.Data.Schema.Build