ManagedHelper.ManagedPropertyHelper.GetNextManagedProperty メソッド

定義

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

public:
 virtual bool GetNextManagedProperty([Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_MANAGED_PROPERTY % nextManagedProperty);
public bool GetNextManagedProperty (out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_PROPERTY nextManagedProperty);
abstract member GetNextManagedProperty : DTS_MANAGED_PROPERTY -> bool
override this.GetNextManagedProperty : DTS_MANAGED_PROPERTY -> bool
Public Function GetNextManagedProperty (ByRef nextManagedProperty As DTS_MANAGED_PROPERTY) As Boolean

パラメーター

nextManagedProperty
DTS_MANAGED_PROPERTY

プロパティ。

戻り値

Boolean

マネージド プロパティです。

実装

適用対象