Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Deletes an IDTSInput100 object from the IDTSInputCollection100 collection.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Public Overridable Sub DeleteInput ( _
lInputID As Integer _
)
'Usage
Dim instance As CManagedComponentWrapperClass
Dim lInputID As Integer
instance.DeleteInput(lInputID)
public virtual void DeleteInput(
int lInputID
)
public:
virtual void DeleteInput(
[InAttribute] int lInputID
)
abstract DeleteInput :
lInputID:int -> unit
override DeleteInput :
lInputID:int -> unit
public function DeleteInput(
lInputID : int
)
Parameters
- lInputID
Type: System.Int32
The ID of the IDTSInput100 object to delete.
Implements
IDTSDesigntimeComponent100.DeleteInput(Int32)
Remarks
Call this method to delete an IDTSInput100 from the component.