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
参数
- nextManagedInfo
类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO%
The managed information
返回值
类型:System.Boolean
The returned information.
实现
IDTSManagedHelper100.GetNextManagedInfo(DTS_MANAGED_INFO%)