共用方式為


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 (在 Microsoft.SqlServer.PipelineHost.dll 中)

語法

'宣告
<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) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。