共用方式為


GetObjectByID 方法

Gets an IDTSCustomPropertyCollection100 object that has the specified ID.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Function GetObjectByID ( _
    lID As Integer _
) As IDTSCustomProperty100
'用途
Dim instance As IDTSCustomPropertyCollection100
Dim lID As Integer
Dim returnValue As IDTSCustomProperty100

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

參數

傳回值

型別:Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSCustomProperty100
The IDTSCustomProperty100 object having the specified ID value.