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