IDTSObjectModel100.GetObjectByID-Methode
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Retrieves the object by ID that is contained in a data flow task.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Function GetObjectByID ( _
lID As Integer _
) As IDTSObject100
'Usage
Dim instance As IDTSObjectModel100
Dim lID As Integer
Dim returnValue As IDTSObject100
returnValue = instance.GetObjectByID(lID)
IDTSObject100 GetObjectByID(
int lID
)
IDTSObject100^ GetObjectByID(
[InAttribute] int lID
)
abstract GetObjectByID :
lID:int -> IDTSObject100
function GetObjectByID(
lID : int
) : IDTSObject100
Parameter
- lID
Typ: System.Int32
The ID of the object to retrieve.
Rückgabewert
Typ: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
The IDTSObject100 object with the specified ID.