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 命名空间