次の方法で共有


BufferNotFoundException コンストラクター

BufferNotFoundException クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline
アセンブリ:  Microsoft.SqlServer.TxScript (Microsoft.SqlServer.TxScript.dll)

構文

'宣言
Public Sub New ( _
    bufferID As Integer _
)
'使用
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
)

パラメーター

関連項目

参照

BufferNotFoundException クラス

Microsoft.SqlServer.Dts.Pipeline 名前空間