Condividi tramite


Metodo IDTSManagedHelper100.GetNextManagedInfo

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

Indicates whether the connection gets the next managed information.

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

Sintassi

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

Parametri

Valore restituito

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

Osservazioni

For more information, see ManagedHelper.

Vedere anche

Riferimento

IDTSManagedHelper100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper