Share via


IDTSManagedPropertyHelper100.GetNextManagedProperty Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Indicates whether to get the next managed property.

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

Syntax

'Declaration
Function GetNextManagedProperty ( _
    <OutAttribute> ByRef nextManagedProperty As DTS_MANAGED_PROPERTY _
) As Boolean
'Usage
Dim instance As IDTSManagedPropertyHelper100 
Dim nextManagedProperty As DTS_MANAGED_PROPERTY 
Dim returnValue As Boolean 

returnValue = instance.GetNextManagedProperty(nextManagedProperty)
bool GetNextManagedProperty(
    out DTS_MANAGED_PROPERTY nextManagedProperty
)
bool GetNextManagedProperty(
    [OutAttribute] DTS_MANAGED_PROPERTY% nextManagedProperty
)
abstract GetNextManagedProperty : 
        nextManagedProperty:DTS_MANAGED_PROPERTY byref -> bool
function GetNextManagedProperty(
    nextManagedProperty : DTS_MANAGED_PROPERTY
) : boolean

Parameters

Return Value

Type: System.Boolean
true to get the next managed property; otherwise, false.

Remarks

For more information, see ManagedHelper.ManagedPropertyHelper.

See Also

Reference

IDTSManagedPropertyHelper100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace