Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Overridable Sub DeleteInput ( _
inputID As Integer _
)
'Usage
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
)
Parameters
- inputID
Type: System.Int32
The ID of the input object to delete.
Remarks
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.