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