IDTSInputColumnCollection90.GetInputColumnByLineageID Method
Retrieves an IDTSInputColumn90 object that has the specified lineage ID.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Declaration
<DispIdAttribute(101)> _
Function GetInputColumnByLineageID ( _
<InAttribute> lLineageID As Integer _
) As IDTSInputColumn90
[DispIdAttribute(101)]
IDTSInputColumn90 GetInputColumnByLineageID (
[InAttribute] int lLineageID
)
[DispIdAttribute(101)]
IDTSInputColumn90^ GetInputColumnByLineageID (
[InAttribute] int lLineageID
)
/** @attribute DispIdAttribute(101) */
IDTSInputColumn90 GetInputColumnByLineageID (
/** @attribute InAttribute() */ int lLineageID
)
DispIdAttribute(101)
function GetInputColumnByLineageID (
lLineageID : int
) : IDTSInputColumn90
Parameter
- lLineageID
The LineageID property to use as the search criteria in the collection.
Rückgabewert
The IDTSInputColumn90 object that has the specified LineageID.
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
IDTSInputColumnCollection90 Interface
IDTSInputColumnCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace