Share via


ManagedComponentHost.HostDeleteInput 메서드

이 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
)

매개 변수

구현

IDTSManagedComponentHost100.HostDeleteInput(IDTSManagedComponentWrapper100, Int32)

참고 항목

참조

ManagedComponentHost 클래스

Microsoft.SqlServer.Dts.Pipeline 네임스페이스