Condividi tramite


Proprietà DeploymentContributorContext.Options

Ottiene o imposta l'oggetto SchemaDeploymentOptions.

Spazio dei nomi:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
Opzioni di distribuzione.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeploymentContributorContext Classe

Spazio dei nomi Microsoft.Data.Schema.Build