FindObjectIndexByID 方法
Locates the index of an 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 IDTSExternalMetadataColumnCollection100
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
参数
- lID
类型:System. . :: . .Int32
The ID of the object.
返回值
类型:System. . :: . .Int32
The index of the object.