言語

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

変数の設計時値。

返品

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

実装

適用対象