BufferNotFoundException 构造函数

Initializes a new instance of the BufferNotFoundException class.

命名空间:  Microsoft.SqlServer.Dts.Pipeline
程序集:  Microsoft.SqlServer.TxScript(在 Microsoft.SqlServer.TxScript.dll 中)

语法

声明
Public Sub New ( _
    bufferID As Integer _
)
用法
Dim bufferID As Integer 

Dim instance As New BufferNotFoundException(bufferID)
public BufferNotFoundException(
    int bufferID
)
public:
BufferNotFoundException(
    int bufferID
)
new : 
        bufferID:int -> BufferNotFoundException
public function BufferNotFoundException(
    bufferID : int
)

参数

请参阅

参考

BufferNotFoundException 类

Microsoft.SqlServer.Dts.Pipeline 命名空间