PipelineComponent.DeleteOutputColumn Method
Deletes an IDTSOutputColumn90 object from the IDTSOutputColumnCollection90 collection.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Syntax
'Declaration
Public Overridable Sub DeleteOutputColumn ( _
outputID As Integer, _
outputColumnID As Integer _
)
public virtual void DeleteOutputColumn (
int outputID,
int outputColumnID
)
public:
virtual void DeleteOutputColumn (
int outputID,
int outputColumnID
)
public void DeleteOutputColumn (
int outputID,
int outputColumnID
)
public function DeleteOutputColumn (
outputID : int,
outputColumnID : int
)
Parameter
- outputID
The ID of the IDTSOutput90 that contains the IDTSOutputColumn90.
- outputColumnID
The ID of the IDTSOutputColumn90 object to delete.
Hinweise
If you do not override this method, PipelineComponent deletes the IDTSOutputColumn90 specified by outputID.
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