IDTSPackage100.FindReferencedObjects(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une énumération d'objets de référence.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEnumReferencedObjects100 ^ FindReferencedObjects(System::Object ^ pObject);
[System.Runtime.InteropServices.DispId(83)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEnumReferencedObjects100 FindReferencedObjects (object pObject);
[<System.Runtime.InteropServices.DispId(83)>]
abstract member FindReferencedObjects : obj -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEnumReferencedObjects100
Public Function FindReferencedObjects (pObject As Object) As IDTSEnumReferencedObjects100
Paramètres
- pObject
- Object
Objet à trouver.
Retours
Énumérateur IDTSEnumReferencedObjects100.
- Attributs
Remarques
Cette interface est implémentée par les interfaces Package et PackageNeutral.