Freigeben über


ISchemaDeploymentController.Options-Eigenschaft

Ruft das Bereitstellungsoptionenobjekt ab oder legt es fest.

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

Syntax

'Declaration
Property Options As SchemaDeploymentOptions
    Get
    Set
SchemaDeploymentOptions Options { get; set; }
property SchemaDeploymentOptions^ Options {
    SchemaDeploymentOptions^ get ();
    void set (SchemaDeploymentOptions^ value);
}
abstract Options : SchemaDeploymentOptions with get, set
function get Options () : SchemaDeploymentOptions
function set Options (value : SchemaDeploymentOptions)

Eigenschaftswert

Typ: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
Die Schemabereitstellungsoptionen.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISchemaDeploymentController Schnittstelle

Microsoft.Data.Schema.Build-Namespace

SchemaDeploymentOptions