Condividi tramite


BufferNotFoundException Class

The exception that is thrown when a PipelineBuffer is not found.

Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.TxScript (in microsoft.sqlserver.txscript.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class BufferNotFoundException
    Inherits ApplicationException
[SerializableAttribute] 
public class BufferNotFoundException : ApplicationException
[SerializableAttribute] 
public ref class BufferNotFoundException : public ApplicationException
/** @attribute SerializableAttribute() */ 
public class BufferNotFoundException extends ApplicationException
SerializableAttribute 
public class BufferNotFoundException extends ApplicationException

Osservazioni

This exception is thrown by the Script Component when it is unable to locate a PipelineBuffer that it references internally.

Inheritance Hierarchy

System.Object
   System.Exception
     System.ApplicationException
      Microsoft.SqlServer.Dts.Pipeline.BufferNotFoundException

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

BufferNotFoundException Members
Microsoft.SqlServer.Dts.Pipeline Namespace