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


Метод ManagedHelper.ManagedPropertyHelper.GetNextManagedProperty

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

Gets the next managed property.

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

Синтаксис

'Декларация
Public Function GetNextManagedProperty ( _
    <OutAttribute> ByRef nextManagedProperty As DTS_MANAGED_PROPERTY _
) As Boolean
'Применение
Dim instance As ManagedHelper.ManagedPropertyHelper 
Dim nextManagedProperty As DTS_MANAGED_PROPERTY 
Dim returnValue As Boolean 

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

Параметры

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

Тип: System.Boolean
The managed property.

Реализует

IDTSManagedPropertyHelper100.GetNextManagedProperty(DTS_MANAGED_PROPERTY%)

См. также

Справочник

ManagedHelper.ManagedPropertyHelper Класс

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