共用方式為


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 命名空間