Share via


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

Definizione

Aggiunge un oggetto IDTSVariable100 specificato all'istanza di 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

Parametri

bstrName
String

Nome della variabile da aggiungere alla raccolta.

bReadOnly
Boolean

Indica se la variabile è di sola lettura o se può essere modificata.

bstrNamespace
String

Spazio dei nomi per la variabile.

vValue
Object

Valore della variabile in fase di progettazione.

Restituisce

Oggetto IDTSVariable100 aggiunto all'istanza di ProjectVariablesWrapper.

Implementazioni

Si applica a