IDTSManagedPropertyHelper100.GetNextManagedProperty Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Indica se ottenere la proprietà gestita successiva.
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
Parametri
- nextManagedProperty
- DTS_MANAGED_PROPERTY
Proprietà gestita.
Restituisce
true per ottenere la proprietà gestita successiva; in caso contrario, false.
Commenti
Per altre informazioni, vedere ManagedHelper.ManagedPropertyHelper.