Costruttore BufferNotFoundException
Initializes a new instance of the BufferNotFoundException class.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
bufferID As Integer _
)
'Utilizzo
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
)
Parametri
- bufferID
Tipo: System. . :: . .Int32
The ID of the PipelineBuffer that was not found.
Vedere anche