Partager via


GetNextManagedProperty méthode

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

For more information, see ManagedHelper..::..ManagedPropertyHelper.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (dans 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

Valeur de retour

Type : System. . :: . .Boolean