Share via


ScriptAndResultsEditorControl.SqlCmdVars プロパティ

定義

Visual Studio のデータベース プロジェクトにある sqlcmdvars ファイルからのすべての変数とその値が格納された辞書を取得または設定します。

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ SqlCmdVars { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ value); };
public System.Collections.Generic.Dictionary<string,string> SqlCmdVars { get; set; }
member this.SqlCmdVars : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property SqlCmdVars As Dictionary(Of String, String)

プロパティ値

Dictionary オブジェクト。

適用対象