次の方法で共有


IDTSComponentMetaDataCollection100.GetObjectIndexByID メソッド

IDTSComponentMetaData100 オブジェクトの IDTSComponentMetaDataCollection100 コレクション内の場所を取得します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
Function GetObjectIndexByID ( _
    lID As Integer _
) As Integer
'使用
Dim instance As IDTSComponentMetaDataCollection100 
Dim lID As Integer 
Dim returnValue As Integer 

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

パラメーター

戻り値

型: System.Int32
IDTSComponentMetaData100 オブジェクトの IDTSComponentMetaDataCollection100 内の場所を表す Integer です。

関連項目

参照

IDTSComponentMetaDataCollection100 インターフェイス

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