IDTSOutputColumnCollection90.GetOutputColumnByLineageID Method
Retrieves an output column object with the specified lineage ID from a collection.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Declaration
<DispIdAttribute(101)> _
Function GetOutputColumnByLineageID ( _
<InAttribute> lLineageID As Integer _
) As IDTSOutputColumn90
[DispIdAttribute(101)]
IDTSOutputColumn90 GetOutputColumnByLineageID (
[InAttribute] int lLineageID
)
[DispIdAttribute(101)]
IDTSOutputColumn90^ GetOutputColumnByLineageID (
[InAttribute] int lLineageID
)
/** @attribute DispIdAttribute(101) */
IDTSOutputColumn90 GetOutputColumnByLineageID (
/** @attribute InAttribute() */ int lLineageID
)
DispIdAttribute(101)
function GetOutputColumnByLineageID (
lLineageID : int
) : IDTSOutputColumn90
Parameter
- lLineageID
The LineageID of the IDTSOutputColumn90.
Rückgabewert
The IDTSOutputColumn90 object with the specified LineageID property.
Hinweise
If an output column with the specified LineageID is not found in the collection, an DTS_E_OBJECTLINEAGEIDNOTFOUND exception occurs.
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
IDTSOutputColumnCollection90 Interface
IDTSOutputColumnCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace