BufferNotFoundException 생성자
Initializes a new instance of the BufferNotFoundException class.
네임스페이스: 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
)
매개 변수
- bufferID
유형: System. . :: . .Int32
The ID of the PipelineBuffer that was not found.