DeleteInput 메서드

Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost.dll의 Microsoft.SqlServer.PipelineHost

구문

‘선언
Public Overridable Sub DeleteInput ( _
    inputID As Integer _
)
‘사용 방법
Dim instance As PipelineComponent
Dim inputID As Integer

instance.DeleteInput(inputID)
public virtual void DeleteInput(
    int inputID
)
public:
virtual void DeleteInput(
    int inputID
)
abstract DeleteInput : 
        inputID:int -> unit 
override DeleteInput : 
        inputID:int -> unit 
public function DeleteInput(
    inputID : int
)

매개 변수

주의

The base class implementation of DeleteInput deletes the IDTSInput100 object from the IDTSInputCollection100 collection. To prevent the deletion of IDTSInput100 objects from your component, override this method and throw an exception.