Właściwość PipelineBuffer.CurrentRow
Pobiera indeks bieżącego wiersza w PipelineBuffer.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline
Zestaw: Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)
Składnia
'Deklaracja
Public Property CurrentRow As Integer
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int32
Indeks bieżącego wiersza w PipelineBuffer.
Uwagi
PipelineBuffer Daje RowIndexOutOfRangeException Jeśli CurrentRow jest dostępny przed przejściem PipelineBuffer do pierwszego za pomocą wiersza NextRow metoda.