ScriptAndResultsEditorControl.SqlCmdVars Property

Definition

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

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)

Property Value

A Dictionary object.

Applies to