Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Retrieves an IDTSComponentMetaData100 object from an IDTSComponentMetaDataCollection100 collection.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function GetObjectByID ( _
lID As Integer _
) As IDTSComponentMetaData100
'Usage
Dim instance As IDTSComponentMetaDataCollection100
Dim lID As Integer
Dim returnValue As IDTSComponentMetaData100
returnValue = instance.GetObjectByID(lID)
IDTSComponentMetaData100 GetObjectByID(
int lID
)
IDTSComponentMetaData100^ GetObjectByID(
[InAttribute] int lID
)
abstract GetObjectByID :
lID:int -> IDTSComponentMetaData100
function GetObjectByID(
lID : int
) : IDTSComponentMetaData100
Parameters
- lID
Type: System.Int32
The ID of the IDTSComponentMetaData100 to retrieve from the collection.
Return Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSComponentMetaData100
The IDTSComponentMetaData100 object from the collection that has the specified ID.