IDTSManagedComponentWrapper100.WrapperDeleteInput Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Deletes an input from the wrapper.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Sub WrapperDeleteInput ( _
lInputID As Integer _
)
'Usage
Dim instance As IDTSManagedComponentWrapper100
Dim lInputID As Integer
instance.WrapperDeleteInput(lInputID)
void WrapperDeleteInput(
int lInputID
)
void WrapperDeleteInput(
[InAttribute] int lInputID
)
abstract WrapperDeleteInput :
lInputID:int -> unit
function WrapperDeleteInput(
lInputID : int
)
Parameters
- lInputID
Type: System.Int32
The identifier of the input to be deleted.