Condividi tramite


ScriptAndResultsEditorControl.SqlCmdVars Proprietà

Definizione

Ottiene o imposta un dizionario che contiene tutte le variabili e i relativi valori del file sqlcmdvars nei progetti di database di 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)

Valore della proprietà

Oggetto Dictionary.

Si applica a