Méthode IDTSObjectModel100.GetObjectByID
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Retrieves the object by ID that is contained in a data flow task.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Function GetObjectByID ( _
lID As Integer _
) As IDTSObject100
'Utilisation
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
Paramètres
- lID
Type : System.Int32
The ID of the object to retrieve.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
The IDTSObject100 object with the specified ID.