次の方法で共有


UnsupportedBufferDataTypeException Class

不正なデータ型が含まれるバッファ列に値を割り当てるとスローされる例外です。

名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.PipelineHost (microsoft.sqlserver.pipelinehost.dll 内)

構文

'宣言
<SerializableAttribute> _
Public Class UnsupportedBufferDataTypeException
    Inherits ApplicationException
[SerializableAttribute] 
public class UnsupportedBufferDataTypeException : ApplicationException
[SerializableAttribute] 
public ref class UnsupportedBufferDataTypeException : public ApplicationException
/** @attribute SerializableAttribute() */ 
public class UnsupportedBufferDataTypeException extends ApplicationException
SerializableAttribute 
public class UnsupportedBufferDataTypeException extends ApplicationException

解説

Boolean が文字列データ型の列に割り当てられると、この例外がスローされます。

この例外は、現在 PipelineBuffer クラスによりサポートされていないデータ型を持つ列にアクセスした場合にも発生することがあります。

継承階層

System.Object
   System.Exception
     System.ApplicationException
      Microsoft.SqlServer.Dts.Pipeline.UnsupportedBufferDataTypeException

スレッド セーフ

この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

参照

関連項目

UnsupportedBufferDataTypeException Members
Microsoft.SqlServer.Dts.Pipeline Namespace