BufferNotFoundException Constructor
Initializes a new instance of the BufferNotFoundException class.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline
Ensamblado: Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)
Sintaxis
'Declaración
Public Sub New ( _
bufferID As Integer _
)
'Uso
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
)
Parámetros
- bufferID
Tipo: System.Int32
The ID of the PipelineBuffer that was not found.