Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the BufferNotFoundException class.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)
Syntax
'Declaration
Public Sub New ( _
bufferID As Integer _
)
'Usage
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
)
Parameters
- bufferID
Type: System.Int32
The ID of the PipelineBuffer that was not found.