SchemaCompareSettingsService.ConfigurationOptions 属性

获取或设置在比较引擎比较架构模型时和生成部署脚本时使用的选项。

命名空间:  Microsoft.Data.Schema.Tools.Compare.Schema
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.Build.SchemaDeploymentOptions
当前的配置选项。

.NET Framework 安全性

请参见

参考

SchemaCompareSettingsService 类

Microsoft.Data.Schema.Tools.Compare.Schema 命名空间

SchemaDeploymentOptions