Partager via


Méthode IDTSManagedHelper100.GetNextManagedInfo

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Indicates whether the connection gets the next managed information.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Function GetNextManagedInfo ( _
    <OutAttribute> ByRef pNextComponentInfo As DTS_MANAGED_INFO _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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

Notes

For more information, see ManagedHelper.

Voir aussi

Référence

IDTSManagedHelper100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper