Partager via


BufferNotFoundException Constructor

Initializes a new instance of the BufferNotFoundException class.

Espace de noms: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.TxScript (in microsoft.sqlserver.txscript.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    bufferID As Integer _
)
public BufferNotFoundException (
    int bufferID
)
public:
BufferNotFoundException (
    int bufferID
)
public BufferNotFoundException (
    int bufferID
)
public function BufferNotFoundException (
    bufferID : int
)

Paramètres

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

BufferNotFoundException Class
BufferNotFoundException Members
Microsoft.SqlServer.Dts.Pipeline Namespace