IDTSInputCollection90.GetObjectIndexByID Method
Retrieves the index of the IDTSInput90 object in a collection.
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
- lID
The ID of the input object.
Rückgabewert
An Integer that indicates the location of the item in the index.
Hinweise
The GetObjectIndexByID method retrieves the index in the input collection of the input having the ID specified by the lID parameter. If an input with the specified ID is not found in the collection, a Microsoft.SqlServer.Dts.HResults.DTS_E_OBJECTNOTINHASHTABLE exception occurs.
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
IDTSInputCollection90 Interface
IDTSInputCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace