Condividi tramite


Metodo IDTSManagedPropertyHelper100.GetNextManagedProperty

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Indicates whether to get the next managed property.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Function GetNextManagedProperty ( _
    <OutAttribute> ByRef nextManagedProperty As DTS_MANAGED_PROPERTY _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

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

Osservazioni

For more information, see ManagedHelper.ManagedPropertyHelper.

Vedere anche

Riferimento

IDTSManagedPropertyHelper100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper