Bagikan melalui


IDTSVariables100.Join Method

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

Remarks

For more information, see Variables.

See Also

Reference

IDTSVariables100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace