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)

屬性值

一個字典物件。

適用於