Share via


IDTSManagedPropertyHelper100.GetNextManagedProperty Méthode

Définition

Indique si obtenir la propriété managée suivante.

public:
 bool GetNextManagedProperty([Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_MANAGED_PROPERTY % nextManagedProperty);
public bool GetNextManagedProperty (out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_PROPERTY nextManagedProperty);
abstract member GetNextManagedProperty : DTS_MANAGED_PROPERTY -> bool
Public Function GetNextManagedProperty (ByRef nextManagedProperty As DTS_MANAGED_PROPERTY) As Boolean

Paramètres

nextManagedProperty
DTS_MANAGED_PROPERTY

Propriété managée.

Retours

true pour obtenir la propriété managée suivante ; sinon, false.

Remarques

Pour plus d’informations, consultez ManagedHelper.ManagedPropertyHelper.

S’applique à