共用方式為


ManagedHelper.GetNextManagedInfo 方法

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

Gets the next managed information.

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

語法

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

returnValue = instance.GetNextManagedInfo(nextManagedInfo)
public bool GetNextManagedInfo(
    out DTS_MANAGED_INFO nextManagedInfo
)
public:
virtual bool GetNextManagedInfo(
    [OutAttribute] DTS_MANAGED_INFO% nextManagedInfo
) sealed
abstract GetNextManagedInfo : 
        nextManagedInfo:DTS_MANAGED_INFO byref -> bool  
override GetNextManagedInfo : 
        nextManagedInfo:DTS_MANAGED_INFO byref -> bool
public final function GetNextManagedInfo(
    nextManagedInfo : DTS_MANAGED_INFO
) : boolean

參數

傳回值

型別:System.Boolean
The returned information.

實作

IDTSManagedHelper100.GetNextManagedInfo(DTS_MANAGED_INFO%)

請參閱

參考

ManagedHelper 類別

Microsoft.SqlServer.Dts.Runtime 命名空間