共用方式為


IDTSCustomPropertyCollection100.FindObjectByID 方法

Locates a 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 IDTSCustomProperty100
'用途
Dim instance As IDTSCustomPropertyCollection100 
Dim lID As Integer 
Dim returnValue As IDTSCustomProperty100 

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

參數

傳回值

型別:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSCustomProperty100
An IDTSCustomProperty100 that represents the object.

請參閱

參考

IDTSCustomPropertyCollection100 介面

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