IDTSManagedPropertyHelper100.GetNextManagedProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether to get the next managed property.
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
Parameters
- nextManagedProperty
- DTS_MANAGED_PROPERTY
The managed property.
Returns
true to get the next managed property; otherwise, false.
Remarks
For more information, see ManagedHelper.ManagedPropertyHelper.