ManagedComponentHost.HostOnInputPathDetached Yöntemi
Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.
Ad Alanı: Microsoft.SqlServer.Dts.Pipeline
Derleme: Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost içinde.dll)
Sözdizimi
'Bildirim
Public Sub HostOnInputPathDetached ( _
wrapper As IDTSManagedComponentWrapper100, _
inputID As Integer _
)
'Kullanım
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim inputID As Integer
instance.HostOnInputPathDetached(wrapper, _
inputID)
public void HostOnInputPathDetached(
IDTSManagedComponentWrapper100 wrapper,
int inputID
)
public:
virtual void HostOnInputPathDetached(
IDTSManagedComponentWrapper100^ wrapper,
int inputID
) sealed
abstract HostOnInputPathDetached :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int -> unit
override HostOnInputPathDetached :
wrapper:IDTSManagedComponentWrapper100 *
inputID:int -> unit
public final function HostOnInputPathDetached(
wrapper : IDTSManagedComponentWrapper100,
inputID : int
)
Parametreler
- inputID
Tür: System.Int32
Uygulamalar
IDTSManagedComponentHost100.HostOnInputPathDetached(IDTSManagedComponentWrapper100, Int32)