IDTSInputCollection100.FindObjectByID 方法
Locates the requested object in a collection by its ID.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Function FindObjectByID ( _
lID As Integer _
) As IDTSInput100
用法
Dim instance As IDTSInputCollection100
Dim lID As Integer
Dim returnValue As IDTSInput100
returnValue = instance.FindObjectByID(lID)
IDTSInput100 FindObjectByID(
int lID
)
IDTSInput100^ FindObjectByID(
[InAttribute] int lID
)
abstract FindObjectByID :
lID:int -> IDTSInput100
function FindObjectByID(
lID : int
) : IDTSInput100
参数
- lID
类型:System.Int32
The ID of the object to find.
返回值
类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
An IDTSInput100 that represents the object.