次の方法で共有


GetNextManagedProperty メソッド

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

名前空間:  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%)