PipelineBuffer.CurrentRow 속성

Gets the index of the current row in the 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
The index of the current row in the PipelineBuffer.

주의

The PipelineBuffer produces a RowIndexOutOfRangeException if CurrentRow is accessed before advancing the PipelineBuffer to the first row using the NextRow method.

참고 항목

참조

PipelineBuffer 클래스

Microsoft.SqlServer.Dts.Pipeline 네임스페이스