IDTSManagedPropertyHelper100.GetNextManagedProperty 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Indicates whether to get the next managed property.
命名空間: Microsoft.SqlServer.Dts.Runtime.Wrapper
組件: Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
語法
'宣告
Function GetNextManagedProperty ( _
<OutAttribute> ByRef nextManagedProperty As DTS_MANAGED_PROPERTY _
) As Boolean
'用途
Dim instance As IDTSManagedPropertyHelper100
Dim nextManagedProperty As DTS_MANAGED_PROPERTY
Dim returnValue As Boolean
returnValue = instance.GetNextManagedProperty(nextManagedProperty)
bool GetNextManagedProperty(
out DTS_MANAGED_PROPERTY nextManagedProperty
)
bool GetNextManagedProperty(
[OutAttribute] DTS_MANAGED_PROPERTY% nextManagedProperty
)
abstract GetNextManagedProperty :
nextManagedProperty:DTS_MANAGED_PROPERTY byref -> bool
function GetNextManagedProperty(
nextManagedProperty : DTS_MANAGED_PROPERTY
) : boolean
參數
- nextManagedProperty
型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_PROPERTY%
The managed property.
傳回值
型別:System.Boolean
true to get the next managed property; otherwise, false.
備註
For more information, see ManagedHelper.ManagedPropertyHelper.