SchemaCompareSettingsService.IsCmdVariableSubstitutionEnabled 属性

在派生类中重写时,获取一个值,该值指示是否在 Visual Studio 高级专业版和 Visual Studio 旗舰版的**“架构比较”窗口中启用“指定 SQLCMD 变量...”**按钮。

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

语法

声明
Public Overridable ReadOnly Property IsCmdVariableSubstitutionEnabled As Boolean
    Get
public virtual bool IsCmdVariableSubstitutionEnabled { get; }
public:
virtual property bool IsCmdVariableSubstitutionEnabled {
    bool get ();
}
abstract IsCmdVariableSubstitutionEnabled : bool
override IsCmdVariableSubstitutionEnabled : bool
function get IsCmdVariableSubstitutionEnabled () : boolean

属性值

类型:System.Boolean
此基实现始终返回 false。

.NET Framework 安全性

请参见

参考

SchemaCompareSettingsService 类

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