Compartilhar via


Método IDTSManagedPropertyHelper100.GetNextManagedProperty

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Indicates whether to get the next managed property.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Function GetNextManagedProperty ( _
    <OutAttribute> ByRef nextManagedProperty As DTS_MANAGED_PROPERTY _
) As Boolean
'Uso
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

Parâmetros

Valor de retorno

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

Comentários

For more information, see ManagedHelper.ManagedPropertyHelper.

Consulte também

Referência

IDTSManagedPropertyHelper100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper