Aracılığıyla paylaş


IDTSManagedComponentHost100.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.Wrapper
Derleme:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap içinde.dll)

Sözdizimi

'Bildirim
Sub HostDeleteInput ( _
    pWrapper As IDTSManagedComponentWrapper100, _
    lInputID As Integer _
)
'Kullanım
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
Dim lInputID As Integer

instance.HostDeleteInput(pWrapper, lInputID)
void HostDeleteInput(
    IDTSManagedComponentWrapper100 pWrapper,
    int lInputID
)
void HostDeleteInput(
    [InAttribute] IDTSManagedComponentWrapper100^ pWrapper, 
    [InAttribute] int lInputID
)
abstract HostDeleteInput : 
        pWrapper:IDTSManagedComponentWrapper100 * 
        lInputID:int -> unit 
function HostDeleteInput(
    pWrapper : IDTSManagedComponentWrapper100, 
    lInputID : int
)