Udostępnij przez


Metoda ManagedHelper.GetNextManagedInfo

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime
Zestaw:  Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)

Składnia

'Deklaracja
Public Function GetNextManagedInfo ( _
    <OutAttribute> ByRef nextManagedInfo As DTS_MANAGED_INFO _
) As Boolean
'Użycie
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

Wartość zwracana

Typ: System.Boolean

Implementacje

IDTSManagedHelper100.GetNextManagedInfo(DTS_MANAGED_INFO%)