Compartilhar via


Método IDTSManagedHelper100.GetNextManagedInfo

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

Indicates whether the connection gets the next managed information.

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

Sintaxe

'Declaração
Function GetNextManagedInfo ( _
    <OutAttribute> ByRef pNextComponentInfo As DTS_MANAGED_INFO _
) As Boolean
'Uso
Dim instance As IDTSManagedHelper100 
Dim pNextComponentInfo As DTS_MANAGED_INFO 
Dim returnValue As Boolean 

returnValue = instance.GetNextManagedInfo(pNextComponentInfo)
bool GetNextManagedInfo(
    out DTS_MANAGED_INFO pNextComponentInfo
)
bool GetNextManagedInfo(
    [OutAttribute] DTS_MANAGED_INFO% pNextComponentInfo
)
abstract GetNextManagedInfo : 
        pNextComponentInfo:DTS_MANAGED_INFO byref -> bool
function GetNextManagedInfo(
    pNextComponentInfo : DTS_MANAGED_INFO
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true if the connection gets the next managed information; otherwise, false.

Comentários

For more information, see ManagedHelper.

Consulte também

Referência

IDTSManagedHelper100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper