Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Sub DeleteInput ( _
lInputID As Integer _
)
'Usage
Dim instance As IDTSDesigntimeComponent100
Dim lInputID As Integer
instance.DeleteInput(lInputID)
void DeleteInput(
int lInputID
)
void DeleteInput(
[InAttribute] int lInputID
)
abstract DeleteInput :
lInputID:int -> unit
function DeleteInput(
lInputID : int
)
Parameters
- lInputID
Type: System.Int32
The ID of the IDTSInput100 object to delete.
Remarks
Called when an IDTSInput100 object is being deleted from the component's input collection.