共用方式為


IDTSManagedHelper100.GetNextManagedInfo 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Indicates whether the connection gets the next managed information.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Function GetNextManagedInfo ( _
    <OutAttribute> ByRef pNextComponentInfo As DTS_MANAGED_INFO _
) As Boolean
'用途
Dim instance As IDTSManagedHelper100 
Dim pNextComponentInfo As DTS_MANAGED_INFO 
Dim returnValue As Boolean 

returnValue = instance.GetNextManagedInfo(pNextComponentInfo)
bool GetNextManagedInfo(
    out DTS_MANAGED_INFO pNextComponentInfo
)
bool GetNextManagedInfo(
    [OutAttribute] DTS_MANAGED_INFO% pNextComponentInfo
)
abstract GetNextManagedInfo : 
        pNextComponentInfo:DTS_MANAGED_INFO byref -> bool
function GetNextManagedInfo(
    pNextComponentInfo : DTS_MANAGED_INFO
) : boolean

參數

傳回值

型別:System.Boolean
true if the connection gets the next managed information; otherwise, false.

備註

For more information, see ManagedHelper.

請參閱

參考

IDTSManagedHelper100 介面

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間