PipelineBuffer.CurrentRow Property
PipelineBuffer での現在の行のインデックスを取得します。
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.PipelineHost (microsoft.sqlserver.pipelinehost.dll 内)
構文
'宣言
Public Property CurrentRow As Integer
public int CurrentRow { get; set; }
public:
property int CurrentRow {
int get ();
void set (int value);
}
/** @property */
public int get_CurrentRow ()
/** @property */
public void set_CurrentRow (int value)
public function get CurrentRow () : int
public function set CurrentRow (value : int)
プロパティ値
PipelineBuffer での現在の行のインデックスです。
解説
NextRow メソッドを使用して PipelineBuffer を最初の行に進める前に CurrentRow にアクセスすると、PipelineBuffer は RowIndexOutOfRangeException を生成します。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
PipelineBuffer Class
PipelineBuffer Members
Microsoft.SqlServer.Dts.Pipeline Namespace