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)

プロパティ値

辞書オブジェクトです。

適用対象