Compartir a través de


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

Vea también

Referencia

BufferNotFoundException Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline