Share via


IDTSManagedHelper100.GetNextManagedInfo(DTS_MANAGED_INFO) Méthode

Définition

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.

S’applique à