Share via


IDTSVariables100.Join(IDTSVariable100) メソッド

定義

IDTSVariable100 をコレクションに結合します。

public:
 void Join(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100 ^ pVariable);
[System.Runtime.InteropServices.DispId(3)]
public void Join (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100 pVariable);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member Join : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100 -> unit
Public Sub Join (pVariable As IDTSVariable100)

パラメーター

pVariable
IDTSVariable100

指定する変数です。

属性

注釈

詳細については、「Variables」を参照してください。

適用対象