次の方法で共有


IDTSExternalMetadataColumnCollection100.FindObjectIndexByID メソッド

コレクション内のオブジェクトのインデックスを 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

パラメーター

戻り値

型: System.Int32
オブジェクトのインデックスです。

関連項目

参照

IDTSExternalMetadataColumnCollection100 インターフェイス

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