Expand Minimize
This topic has not yet been rated - Rate this topic

PipelineComponent.OnDeletingInputColumn Method

Deletes an IDTSInputColumn90 object from the IDTSInputColumnCollection90.

Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
public virtual void OnDeletingInputColumn (
	int inputID,
	int inputColumnID
)
public void OnDeletingInputColumn (
	int inputID, 
	int inputColumnID
)
public function OnDeletingInputColumn (
	inputID : int, 
	inputColumnID : int
)

Parameters

inputID

Specifies the IDTSInput90 that contains the IDTSInputColumn90 that is being deleted.

inputColumnID

Specifies the ID of the IDTSInputColumn90 that is being deleted.

The base class deletes the IDTSInputColumn90 object by calling the RemoveObjectByID method.


Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.