PipelineBuffer.CurrentRow Property
Gets the index of the current row in the PipelineBuffer.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Syntax
'Declaration
Public Property CurrentRow As Integer
public int CurrentRow { get; set; }
public:
property int CurrentRow {
int get ();
void set (int value);
}
/** @property */
public int get_CurrentRow ()
/** @property */
public void set_CurrentRow (int value)
public function get CurrentRow () : int
public function set CurrentRow (value : int)
Eigenschaftswert
The index of the current row in the PipelineBuffer.
Hinweise
The PipelineBuffer produces a RowIndexOutOfRangeException if CurrentRow is accessed before advancing the PipelineBuffer to the first row using the NextRow method.
Threadsicherheit
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
PipelineBuffer Class
PipelineBuffer Members
Microsoft.SqlServer.Dts.Pipeline Namespace