BufferNotFoundException Constructor
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 _
)
public BufferNotFoundException (
int bufferID
)
public:
BufferNotFoundException (
int bufferID
)
public BufferNotFoundException (
int bufferID
)
public function BufferNotFoundException (
bufferID : int
)
Parametri
- bufferID
The ID of the PipelineBuffer that was not found.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
BufferNotFoundException Class
BufferNotFoundException Members
Microsoft.SqlServer.Dts.Pipeline Namespace