UnsupportedBufferDataTypeException 클래스
The exception that is thrown when assigning a value to a buffer column that contains the incorrect data type.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost.dll의 Microsoft.SqlServer.PipelineHost
구문
‘선언
<SerializableAttribute> _
Public Class UnsupportedBufferDataTypeException _
Inherits ApplicationException
‘사용 방법
Dim instance As UnsupportedBufferDataTypeException
[SerializableAttribute]
public class UnsupportedBufferDataTypeException : ApplicationException
[SerializableAttribute]
public ref class UnsupportedBufferDataTypeException : public ApplicationException
[<SerializableAttribute>]
type UnsupportedBufferDataTypeException =
class
inherit ApplicationException
end
public class UnsupportedBufferDataTypeException extends ApplicationException
주의
This exception is thrown if a Boolean is assigned to a string data type column.
This exception can also occur when accessing a column that has a data type that is not currently supported by the PipelineBuffer class.
상속 계층 구조
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Dts.Pipeline..::..UnsupportedBufferDataTypeException
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.