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<String,String>

字典物件。

適用於