Metodo Join
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
For more information, see Executables.
Spazio dei nomi: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Sub Join ( _
pDTSExecutable As IDTSExecutable100 _
)
'Utilizzo
Dim instance As IDTSExecutables100
Dim pDTSExecutable As IDTSExecutable100
instance.Join(pDTSExecutable)
void Join(
IDTSExecutable100 pDTSExecutable
)
void Join(
[InAttribute] IDTSExecutable100^ pDTSExecutable
)
abstract Join :
pDTSExecutable:IDTSExecutable100 -> unit
function Join(
pDTSExecutable : IDTSExecutable100
)
Parametri
- pDTSExecutable
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSExecutable100