ProjectVariablesWrapper.Join(IDTSVariable100) Method

Definition

Joins the IDTSVariable100 variable in the ProjectVariablesWrapper collection.

public:
 virtual void Join(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSVariable100 ^ pVariable);
public void Join (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100 pVariable);
abstract member Join : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100 -> unit
override this.Join : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100 -> unit
Public Sub Join (pVariable As IDTSVariable100)

Parameters

pVariable
IDTSVariable100

The specified variable to join to.

Implements

Applies to