IDTSManagedPropertyHelper100.GetNextManagedProperty 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 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.