PipelineBuffer.CurrentRow Property
Gets the index of the current row in the PipelineBuffer.
Espace de noms: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
The index of the current row in the PipelineBuffer.
Notes
The PipelineBuffer produces a RowIndexOutOfRangeException if CurrentRow is accessed before advancing the PipelineBuffer to the first row using the NextRow method.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
PipelineBuffer Class
PipelineBuffer Members
Microsoft.SqlServer.Dts.Pipeline Namespace