Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Indicates whether the connection gets the next managed information.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetNextManagedInfo ( _
<OutAttribute> ByRef pNextComponentInfo As DTS_MANAGED_INFO _
) As Boolean
'Usage
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
Parameter
- pNextComponentInfo
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO%
The next component information.
Rückgabewert
Typ: System.Boolean
true if the connection gets the next managed information; otherwise, false.
Hinweise
For more information, see ManagedHelper.