Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Joins the IDTSVariable100 to the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub Join ( _
pVariable As IDTSVariable100 _
)
'Usage
Dim instance As IDTSVariables100
Dim pVariable As IDTSVariable100
instance.Join(pVariable)
void Join(
IDTSVariable100 pVariable
)
void Join(
[InAttribute] IDTSVariable100^ pVariable
)
abstract Join :
pVariable:IDTSVariable100 -> unit
function Join(
pVariable : IDTSVariable100
)
Parameters
- pVariable
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The specified variable.
Remarks
For more information, see Variables.