IDTSManagedHelper100.GetNextManagedInfo(DTS_MANAGED_INFO) 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.
Indique si la connexion obtient les informations managées suivantes.
public:
bool GetNextManagedInfo([Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_MANAGED_INFO % pNextComponentInfo);
public bool GetNextManagedInfo (out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO pNextComponentInfo);
abstract member GetNextManagedInfo : DTS_MANAGED_INFO -> bool
Public Function GetNextManagedInfo (ByRef pNextComponentInfo As DTS_MANAGED_INFO) As Boolean
Paramètres
- pNextComponentInfo
- DTS_MANAGED_INFO
Informations sur le composant suivant.
Retours
true si la connexion obtient les informations managées suivantes ; sinon, false.
Remarques
Pour plus d’informations, consultez ManagedHelper.