Aracılığıyla paylaş


ManagedComponentHost.HostDeleteInput 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 HostDeleteInput ( _
    wrapper As IDTSManagedComponentWrapper100, _
    inputID As Integer _
)
'Kullanım
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim inputID As Integer

instance.HostDeleteInput(wrapper, inputID)
public void HostDeleteInput(
    IDTSManagedComponentWrapper100 wrapper,
    int inputID
)
public:
virtual void HostDeleteInput(
    IDTSManagedComponentWrapper100^ wrapper, 
    int inputID
) sealed
abstract HostDeleteInput : 
        wrapper:IDTSManagedComponentWrapper100 * 
        inputID:int -> unit 
override HostDeleteInput : 
        wrapper:IDTSManagedComponentWrapper100 * 
        inputID:int -> unit 
public final function HostDeleteInput(
    wrapper : IDTSManagedComponentWrapper100, 
    inputID : int
)

Uygulamalar

IDTSManagedComponentHost100.HostDeleteInput(IDTSManagedComponentWrapper100, Int32)