Partilhar via


Método ManagedHelper.GetNextManagedInfo

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

Gets the next managed information.

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

Sintaxe

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

returnValue = instance.GetNextManagedInfo(nextManagedInfo)
public bool GetNextManagedInfo(
    out DTS_MANAGED_INFO nextManagedInfo
)
public:
virtual bool GetNextManagedInfo(
    [OutAttribute] DTS_MANAGED_INFO% nextManagedInfo
) sealed
abstract GetNextManagedInfo : 
        nextManagedInfo:DTS_MANAGED_INFO byref -> bool  
override GetNextManagedInfo : 
        nextManagedInfo:DTS_MANAGED_INFO byref -> bool
public final function GetNextManagedInfo(
    nextManagedInfo : DTS_MANAGED_INFO
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
The returned information.

Implementa

IDTSManagedHelper100.GetNextManagedInfo(DTS_MANAGED_INFO%)

Consulte também

Referência

ManagedHelper Classe

Namespace Microsoft.SqlServer.Dts.Runtime