BufferNotFoundException 클래스
The exception that is thrown when a PipelineBuffer is not found.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.TxScript.dll의 Microsoft.SqlServer.TxScript
구문
‘선언
<SerializableAttribute> _
Public Class BufferNotFoundException _
Inherits ApplicationException
‘사용 방법
Dim instance As BufferNotFoundException
[SerializableAttribute]
public class BufferNotFoundException : ApplicationException
[SerializableAttribute]
public ref class BufferNotFoundException : public ApplicationException
[<SerializableAttribute>]
type BufferNotFoundException =
class
inherit ApplicationException
end
public class BufferNotFoundException extends ApplicationException
주의
This exception is thrown by the Script Component when it is unable to locate a PipelineBuffer that it references internally.
상속 계층 구조
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Dts.Pipeline..::..BufferNotFoundException
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.