This topic has not yet been rated - Rate this topic

IDTSDesigntimeComponent100.OnDeletingInputColumn Method

Called when deleting an IDTSInputColumn100 object from the IDTSInputColumnCollection100.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
void OnDeletingInputColumn(
	int lInputID,
	int lInputColumnID
)

Parameters

lInputID
Type: System.Int32
Specifies the IDTSInput100 object that contains the IDTSInputColumn100 that is being removed.
lInputColumnID
Type: System.Int32
Specifies the ID of the IDTSInputColumn100 that is being removed.

Called when an IDTSInputColumn100 is being deleted from a component's IDTSInputColumnCollection100 collection.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.