ScriptAndResultsEditorControl.SqlCmdVars 속성

Gets or sets a dictionary containing all the variables and their values from sqlcmdvars file in Database projects in Visual Studio.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
어셈블리:  SQLEditors(SQLEditors.dll)

구문

‘선언
Public Property SqlCmdVars As Dictionary(Of String, String)
    Get 
    Set
‘사용 방법
Dim instance As ScriptAndResultsEditorControl 
Dim value As Dictionary(Of String, String)

value = instance.SqlCmdVars

instance.SqlCmdVars = value
public Dictionary<string, string> SqlCmdVars { get; set; }
public:
property Dictionary<String^, String^>^ SqlCmdVars {
    Dictionary<String^, String^>^ get ();
    void set (Dictionary<String^, String^>^ value);
}
member SqlCmdVars : Dictionary<string, string> with get, set
function get SqlCmdVars () : Dictionary<String, String>
function set SqlCmdVars (value : Dictionary<String, String>)

속성 값

유형: System.Collections.Generic.Dictionary<String, String>
A Dictionary object.

참고 항목

참조

ScriptAndResultsEditorControl 클래스

Microsoft.SqlServer.Management.UI.VSIntegration.Editors 네임스페이스