Udostępnij przez


IDTSInputColumnCollection100.GetInputColumnByLineageID Method

Retrieves an IDTSInputColumn100 object that has the specified lineage ID.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Deklaracja
<DispIdAttribute(101)> _
Function GetInputColumnByLineageID ( _
    <InAttribute> lLineageID As Integer _
) As IDTSInputColumn100
[DispIdAttribute(101)] 
IDTSInputColumn100 GetInputColumnByLineageID (
    [InAttribute] int lLineageID
)
[DispIdAttribute(101)] 
IDTSInputColumn100^ GetInputColumnByLineageID (
    [InAttribute] int lLineageID
)
/** @attribute DispIdAttribute(101) */ 
IDTSInputColumn100 GetInputColumnByLineageID (
    /** @attribute InAttribute() */ int lLineageID
)
DispIdAttribute(101) 
function GetInputColumnByLineageID (
    lLineageID : int
) : IDTSInputColumn100

Parameters

  • lLineageID
    The LineageID property to use as the search criteria in the collection.

Return Value

The IDTSInputColumn100 object that has the specified LineageID.

Thread Safety

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.

Platforms

Development Platforms

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

Target Platforms

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