Sprache

ProjectVariablesWrapper.Add(String, Boolean, String, Object) Methode

Definition

Fügt der Instanz ein bestimmtes IDTSVariable100 Objekt hinzu 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

Parameter

bstrName
String

Der Name der Variable, die zur Sammlung hinzugefügt werden soll.

bReadOnly
Boolean

Gibt an, ob die Variable nur lesbar ist oder ob sie modifiziert werden kann.

bstrNamespace
String

Der Namensraum für die Variable.

vValue
Object

Der Designzeitwert der Variablen.

Gibt zurück

Das IDTSVariable100 wurde zur Instanz ProjectVariablesWrapper hinzugefügt.

Implementiert

Gilt für: