Partager via


SchemaCompareSettingsService.ConfigurationOptions, propriété

Obtient ou définit les options utilisées lorsque le moteur de comparaison compare des modèles de schéma et génère le script de déploiement.

Espace de noms :  Microsoft.Data.Schema.Tools.Compare.Schema
Assembly :  Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.Build.SchemaDeploymentOptions
Options de configuration actuelles.

Sécurité .NET Framework

Voir aussi

Référence

SchemaCompareSettingsService Classe

Microsoft.Data.Schema.Tools.Compare.Schema, espace de noms

SchemaDeploymentOptions