PipelineComponent.OnDeletingInputColumn Method
Deletes an IDTSInputColumn90 object from the IDTSInputColumnCollection90.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Syntax
'Declaration
Public Overridable Sub OnDeletingInputColumn ( _
inputID As Integer, _
inputColumnID As Integer _
)
public virtual void OnDeletingInputColumn (
int inputID,
int inputColumnID
)
public:
virtual void OnDeletingInputColumn (
int inputID,
int inputColumnID
)
public void OnDeletingInputColumn (
int inputID,
int inputColumnID
)
public function OnDeletingInputColumn (
inputID : int,
inputColumnID : int
)
Parameter
- inputID
Specifies the IDTSInput90 that contains the IDTSInputColumn90 that is being deleted.
- inputColumnID
Specifies the ID of the IDTSInputColumn90 that is being deleted.
Hinweise
The base class deletes the IDTSInputColumn90 object by calling the RemoveObjectByID method.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
PipelineComponent Class
PipelineComponent Members
Microsoft.SqlServer.Dts.Pipeline Namespace