ProjectVariablesWrapper.Add(String, Boolean, String, Object) メソッド

定義

指定された IDTSVariable100 オブジェクトを 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

パラメーター

bstrName
String

コレクションに追加する変数の名前です。

bReadOnly
Boolean

変数が読み取り専用か変更可能かを示します。

bstrNamespace
String

変数の名前空間です。

vValue
Object

変数のデザイン時の値です。

戻り値

IDTSVariable100 インスタンスに追加された ProjectVariablesWrapper です。

実装

適用対象