Aracılığıyla paylaş


PipelineBuffer.CurrentRow Özelliği

Geçerli satırın dizinini alır PipelineBuffer.

Ad Alanı:  Microsoft.SqlServer.Dts.Pipeline
Derleme:  Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost içinde.dll)

Sözdizimi

'Bildirim
Public Property CurrentRow As Integer
    Get
    Set
'Kullanım
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)

Özellik Değeri

Tür: System.Int32
Geçerli satırın dizini PipelineBuffer.

Açıklamalar

PipelineBuffer Üreten bir RowIndexOutOfRangeException , CurrentRow geçmeden önce erişilen PipelineBuffer için ilk satırı kullanılarak NextRow yöntem.