Linguaggio

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

Definizione

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

Il nome della variabile da aggiungere alla collezione.

bReadOnly
Boolean

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

bstrNamespace
String

Il namespace per la variabile.

vValue
Object

Il valore in tempo di progettazione della variabile.

Valori restituiti

Questo IDTSVariable100 è stato aggiunto all'istanza ProjectVariablesWrapper .

Implementazioni

Si applica a