NoCurrentRowException Class
PipelineBuffer 行の先頭のアドレスが null である場合にスローされる例外です。
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.PipelineHost (microsoft.sqlserver.pipelinehost.dll 内)
構文
'宣言
<SerializableAttribute> _
Public Class NoCurrentRowException
Inherits ApplicationException
[SerializableAttribute]
public class NoCurrentRowException : ApplicationException
[SerializableAttribute]
public ref class NoCurrentRowException : public ApplicationException
/** @attribute SerializableAttribute() */
public class NoCurrentRowException extends ApplicationException
SerializableAttribute
public class NoCurrentRowException extends ApplicationException
解説
PipelineBuffer クラスは、PipelineBuffer の各行の先頭のアドレスを含む内部メンバを管理します。このメンバが null である場合、NoCurrentRowException がスローされます。
継承階層
System.Object
System.Exception
System.ApplicationException
Microsoft.SqlServer.Dts.Pipeline.NoCurrentRowException
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
NoCurrentRowException Members
Microsoft.SqlServer.Dts.Pipeline Namespace