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 개체입니다.

적용 대상