CurrentRow プロパティ

PipelineBuffer での現在の行のインデックスを取得します。

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

構文

'宣言
Public Property CurrentRow As Integer
    Get
    Set
'使用
Dim instance As PipelineBuffer
Dim value As Integer

value = instance.CurrentRow

instance.CurrentRow = value
public int CurrentRow { get; set; }
public:
property int CurrentRow {
    int get ();
    void set (int value);
}
member CurrentRow : int with get, set
function get CurrentRow () : int
function set CurrentRow (value : int)

プロパティ値

型: System. . :: . .Int32
PipelineBuffer での現在の行のインデックス。

説明

NextRow メソッドを使用して PipelineBuffer を最初の行に進める前に CurrentRow にアクセスすると、PipelineBufferRowIndexOutOfRangeException を生成します。