IDTSManagedComponentHost100.HostDeleteOutput 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Deletes output associated with the host.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Sub HostDeleteOutput ( _
    pWrapper As IDTSManagedComponentWrapper100, _
    lOutputID As Integer _
)
用法
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
)

参数

请参阅

参考

IDTSManagedComponentHost100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间