Поделиться через


Метод IDTSManagedPropertyHelper100.GetNextManagedProperty

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Indicates whether to get the next managed property.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Function GetNextManagedProperty ( _
    <OutAttribute> ByRef nextManagedProperty As DTS_MANAGED_PROPERTY _
) As Boolean
'Применение
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

Параметры

Возвращаемое значение

Тип: System.Boolean
true to get the next managed property; otherwise, false.

Замечания

For more information, see ManagedHelper.ManagedPropertyHelper.

См. также

Справочник

IDTSManagedPropertyHelper100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper