Freigeben über


IDTSComponentMetaDataCollection90.GetObjectIndexByID Method

Retrieves the location in an IDTSComponentMetaDataCollection90 collection of an IDTSComponentMetaData90 object.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Declaration
<DispIdAttribute(21)> _
Function GetObjectIndexByID ( _
    <InAttribute> lID As Integer _
) As Integer
[DispIdAttribute(21)] 
int GetObjectIndexByID (
    [InAttribute] int lID
)
[DispIdAttribute(21)] 
int GetObjectIndexByID (
    [InAttribute] int lID
)
/** @attribute DispIdAttribute(21) */ 
int GetObjectIndexByID (
    /** @attribute InAttribute() */ int lID
)
DispIdAttribute(21) 
function GetObjectIndexByID (
    lID : int
) : int

Parameter

Rückgabewert

An Integer that contains the location in the IDTSComponentMetaDataCollection90 of the IDTSComponentMetaData90 object.

Threadsicherheit

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

IDTSComponentMetaDataCollection90 Interface
IDTSComponentMetaDataCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace