派生クラスでオーバーライドされた場合、Visual Studio Premium および Visual Studio Ultimate の [スキーマ比較] ウィンドウの [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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。