次の方法で共有


ManagedHelper.ManagedPropertyHelper.GetNextManagedProperty メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

次のマネージ プロパティを取得します。

名前空間:  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
マネージ プロパティです。

実装

IDTSManagedPropertyHelper100.GetNextManagedProperty(DTS_MANAGED_PROPERTY%)

関連項目

参照

ManagedHelper.ManagedPropertyHelper クラス

Microsoft.SqlServer.Dts.Runtime 名前空間