Метод 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
Параметры
- pNextComponentInfo
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO%
The next component information.
Возвращаемое значение
Тип: System.Boolean
true if the connection gets the next managed information; otherwise, false.
Замечания
For more information, see ManagedHelper.