IDTSVariables100.Join(IDTSVariable100) Method

Definition

Joins the IDTSVariable100 to the collection.

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)

Parameters

pVariable
IDTSVariable100

The specified variable.

Attributes

Remarks

For more information, see Variables.

Applies to