此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Deletes the ManagedComponentHost input.
命名空間: Microsoft.SqlServer.Dts.Pipeline
組件: Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)
語法
'宣告
Public Sub HostDeleteInput ( _
wrapper As IDTSManagedComponentWrapper100, _
inputID As Integer _
)
'用途
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
)
參數
- wrapper
型別:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- inputID
型別:System.Int32
The input identifier.
實作
IDTSManagedComponentHost100.HostDeleteInput(IDTSManagedComponentWrapper100, Int32)