SchemaCompareSettingsService.ConfigurationOptions-Eigenschaft

Ruft die Optionen ab bzw. legt die Optionen fest, die beim Vergleich von Schemamodellen mit dem Vergleichsmodul und beim Generieren des Bereitstellungsskripts verwendet werden.

Namespace:  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property ConfigurationOptions As SchemaDeploymentOptions
    Get
    Set
public SchemaDeploymentOptions ConfigurationOptions { get; set; }
public:
property SchemaDeploymentOptions^ ConfigurationOptions {
    SchemaDeploymentOptions^ get ();
    void set (SchemaDeploymentOptions^ value);
}
member ConfigurationOptions : SchemaDeploymentOptions with get, set
function get ConfigurationOptions () : SchemaDeploymentOptions
function set ConfigurationOptions (value : SchemaDeploymentOptions)

Eigenschaftswert

Typ: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
Die aktuellen Konfigurationsoptionen.

.NET Framework-Sicherheit

Siehe auch

Referenz

SchemaCompareSettingsService Klasse

Microsoft.Data.Schema.Tools.Compare.Schema-Namespace

SchemaDeploymentOptions