Metodo ManagedHelper.GetNextManagedInfo

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

Gets the next managed information.

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

Sintassi

'Dichiarazione
Public Function GetNextManagedInfo ( _
    <OutAttribute> ByRef nextManagedInfo As DTS_MANAGED_INFO _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

Tipo: System.Boolean
The returned information.

Implementa

IDTSManagedHelper100.GetNextManagedInfo(DTS_MANAGED_INFO%)

Vedere anche

Riferimento

ManagedHelper Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime