NoCurrentRowException Clase
The exception that is thrown when the address of the beginning of a PipelineBuffer row is null.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline
Ensamblado: Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class NoCurrentRowException _
Inherits ApplicationException
'Uso
Dim instance As NoCurrentRowException
[SerializableAttribute]
public class NoCurrentRowException : ApplicationException
[SerializableAttribute]
public ref class NoCurrentRowException : public ApplicationException
[<SerializableAttribute>]
type NoCurrentRowException =
class
inherit ApplicationException
end
public class NoCurrentRowException extends ApplicationException
Notas
The PipelineBuffer class maintains an internal member that contains the address of the beginning of each row in the PipelineBuffer. If this member is null, the NoCurrentRowException is thrown.
Jerarquía de herencia
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Dts.Pipeline..::..NoCurrentRowException
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también