GetNextManagedInfo Método
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Function GetNextManagedInfo ( _
<OutAttribute> ByRef nextManagedInfo As DTS_MANAGED_INFO _
) As Boolean
'Uso
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
Parámetros
- nextManagedInfo
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .DTS_MANAGED_INFO%
Valor devuelto
Tipo: System. . :: . .Boolean
Implementa
IDTSManagedHelper100. . :: . .GetNextManagedInfo(DTS_MANAGED_INFO%)
Vea también