Aracılığıyla paylaş


IDTSManagedComponentHost100.HostDeleteOutput 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 HostDeleteOutput ( _
    pWrapper As IDTSManagedComponentWrapper100, _
    lOutputID As Integer _
)
'Kullanım
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
Dim lOutputID As Integer

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