ProjectVariablesWrapper.Add(String, Boolean, String, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un objet spécifié IDTSVariable100 à l’instance ProjectVariablesWrapper .
public:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100 ^ Add(System::String ^ bstrName, bool bReadOnly, System::String ^ bstrNamespace, System::Object ^ vValue);
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100 Add(string bstrName, bool bReadOnly, string bstrNamespace, object vValue);
abstract member Add : string * bool * string * obj -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
override this.Add : string * bool * string * obj -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
Public Function Add (bstrName As String, bReadOnly As Boolean, bstrNamespace As String, vValue As Object) As IDTSVariable100
Paramètres
- bstrName
- String
Le nom de la variable à ajouter à la collection.
- bReadOnly
- Boolean
Indique si la variable est en lecture seule ou si elle peut être modifiée.
- bstrNamespace
- String
L’espace de noms pour la variable.
- vValue
- Object
La valeur au temps de conception de la variable.
Retours
Cela IDTSVariable100 a été ajouté à l’instance ProjectVariablesWrapper .