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

托管属性。

实现

适用于