Langage

ProjectVariablesWrapper.Add(String, Boolean, String, Object) Méthode

Définition

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 .

Implémente

S’applique à