Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Retrieves an object contained in a data flow task by the ID of the object.
Espace de noms: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntaxe
'Déclaration
Public Overridable Function IDTSObjectModel90_GetObjectByID ( _
<InAttribute> lID As Integer _
) As IDTSObject90 Implements IDTSObjectModel90.GetObjectByID
public virtual IDTSObject90 IDTSObjectModel90.GetObjectByID (
[InAttribute] int lID
)
public:
virtual IDTSObject90^ IDTSObjectModel90_GetObjectByID (
[InAttribute] int lID
) = IDTSObjectModel90::GetObjectByID
J# prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface explicites.
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface explicites.
Paramètres
- lID
The ID of the object to retrieve.
Valeur de retour
The IDTSObject90 interface of the object that is retrieved.
Notes
If an object with the specified ID is not found, an DTS_E_OBJECTIDNOTFOUND exception occurs.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
MainPipeClass Class
MainPipeClass Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace