Compartir a través de


SchemaCompareSettingsService.ConfigurationOptions (Propiedad)

Obtiene o establece las opciones que se usan cuando el motor de comparación compara modelos de esquema cuando se genera el script de implementación.

Espacio de nombres:  Microsoft.Data.Schema.Tools.Compare.Schema
Ensamblado:  Microsoft.Data.Schema.Tools (en Microsoft.Data.Schema.Tools.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.Build.SchemaDeploymentOptions
Opciones de configuración actuales.

Seguridad de .NET Framework

Vea también

Referencia

SchemaCompareSettingsService Clase

Microsoft.Data.Schema.Tools.Compare.Schema (Espacio de nombres)

SchemaDeploymentOptions