Sdílet prostřednictvím


DeploymentContributorContext.Options – vlastnost

Získá nebo nastaví SchemaDeploymentOptions.

Obor názvů:  Microsoft.Data.Schema.Build
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
Možnosti nasazení.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DeploymentContributorContext Třída

Microsoft.Data.Schema.Build – obor názvů