Partager via


Méthode IDTSManagedPropertyHelper100.GetNextManagedProperty

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Indicates whether to get the next managed property.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Function GetNextManagedProperty ( _
    <OutAttribute> ByRef nextManagedProperty As DTS_MANAGED_PROPERTY _
) As Boolean
'Utilisation
Dim instance As IDTSManagedPropertyHelper100 
Dim nextManagedProperty As DTS_MANAGED_PROPERTY 
Dim returnValue As Boolean 

returnValue = instance.GetNextManagedProperty(nextManagedProperty)
bool GetNextManagedProperty(
    out DTS_MANAGED_PROPERTY nextManagedProperty
)
bool GetNextManagedProperty(
    [OutAttribute] DTS_MANAGED_PROPERTY% nextManagedProperty
)
abstract GetNextManagedProperty : 
        nextManagedProperty:DTS_MANAGED_PROPERTY byref -> bool
function GetNextManagedProperty(
    nextManagedProperty : DTS_MANAGED_PROPERTY
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true to get the next managed property; otherwise, false.

Notes

For more information, see ManagedHelper.ManagedPropertyHelper.

Voir aussi

Référence

IDTSManagedPropertyHelper100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper