Partager via


ScriptAndResultsEditorControl.SqlCmdVars Propriété

Définition

Obtient ou définit un dictionnaire qui contient toutes les variables et leurs valeurs provenant du fichier sqlcmdvars des projets de base de données dans 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)

Valeur de propriété

Objet Dictionary.

S’applique à