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.
Joins the Variable to the Variables collection.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub Join ( _
variable As Variable _
)
'Usage
Dim instance As Variables
Dim variable As Variable
instance.Join(variable)
public void Join(
Variable variable
)
public:
void Join(
Variable^ variable
)
member Join :
variable:Variable -> unit
public function Join(
variable : Variable
)
Parameters
- variable
Type: Microsoft.SqlServer.Dts.Runtime.Variable
The specified variable.