PipelineBuffer.CurrentRow Property
Gets the index of the current row in the PipelineBuffer.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
The index of the current row in the PipelineBuffer.
Osservazioni
The PipelineBuffer produces a RowIndexOutOfRangeException if CurrentRow is accessed before advancing the PipelineBuffer to the first row using the NextRow method.
Thread Safety
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
PipelineBuffer Class
PipelineBuffer Members
Microsoft.SqlServer.Dts.Pipeline Namespace