Share via


IDTSManagedHelper100.GetNextManagedInfo Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see ManagedHelper.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

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

Parameters

Return Value

Type: System.Boolean