Freigeben über


DeploymentPlanGenerator.Options-Eigenschaft

Ruft Plangenerierungsoptionen ab oder legt sie fest.

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

Syntax

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

Eigenschaftswert

Typ: Microsoft.Data.Schema.Build.SchemaDeploymentOptions

Hinweise

Wird vom Visual Studio-Datenbankbereitstellungsmodul aufgerufen.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentPlanGenerator Klasse

Microsoft.Data.Schema.Build-Namespace

PlanGenerationOptions