共用方式為


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