共用方式為


HostDeleteOutput 方法

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

命名空間:  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
)