PipelineComponent.DeleteInput 方法

Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.

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

语法

声明
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
)

参数

  • inputID
    类型:System.Int32
    The ID of the input object to delete.

注释

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.

请参阅

参考

PipelineComponent 类

Microsoft.SqlServer.Dts.Pipeline 命名空间