IDTSOutputColumnCollection100.FindObjectIndexByID Method (Int32)

 

Applies To: SQL Server 2016 Preview

Locates the index of the requested object in the collection by its ID.

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

Syntax

[DispIdAttribute(23)]
int FindObjectIndexByID(
    int lID
)
[DispIdAttribute(23)]
int FindObjectIndexByID(
    int lID
)
[<DispIdAttribute(23)>]
abstract FindObjectIndexByID : 
        lID:int -> int
<DispIdAttribute(23)>
Function FindObjectIndexByID (
    lID As Integer
) As Integer

Parameters

Return Value

Type: System.Int32

The index of the object.

See Also

IDTSOutputColumnCollection100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top