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
)
参数
- bufferID
类型:System.Int32
The ID of the PipelineBuffer that was not found.