BufferNotFoundException Constructor

Initializes a new instance of the BufferNotFoundException class.

Пространство имен: Microsoft.SqlServer.Dts.Pipeline
Сборка: Microsoft.SqlServer.TxScript (in microsoft.sqlserver.txscript.dll)

Синтаксис

'Декларация
Public Sub New ( _
    bufferID As Integer _
)
public BufferNotFoundException (
    int bufferID
)
public:
BufferNotFoundException (
    int bufferID
)
public BufferNotFoundException (
    int bufferID
)
public function BufferNotFoundException (
    bufferID : int
)

Параметры

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

BufferNotFoundException Class
BufferNotFoundException Members
Microsoft.SqlServer.Dts.Pipeline Namespace