IDTSOutputCollection100.FindObjectIndexByID 方法

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

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Function FindObjectIndexByID ( _
    lID As Integer _
) As Integer
用法
Dim instance As IDTSOutputCollection100 
Dim lID As Integer 
Dim returnValue As Integer 

returnValue = instance.FindObjectIndexByID(lID)
int FindObjectIndexByID(
    int lID
)
int FindObjectIndexByID(
    [InAttribute] int lID
)
abstract FindObjectIndexByID : 
        lID:int -> int
function FindObjectIndexByID(
    lID : int
) : int

参数

返回值

类型:System.Int32
The index of the object.

请参阅

参考

IDTSOutputCollection100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间