DbSyncTableProgress.RowIndex Property
Gets or sets the index of the DataRow object that is currently being processed in the DataTable object that contains the changes to be synchronized.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<XmlIgnoreAttribute> _
Public Property RowIndex As Integer
'Usage
Dim instance As DbSyncTableProgress
Dim value As Integer
value = instance.RowIndex
instance.RowIndex = value
[XmlIgnoreAttribute]
public int RowIndex { get; set; }
[XmlIgnoreAttribute]
public:
property int RowIndex {
int get ();
void set (int value);
}
/** @property */
public int get_RowIndex ()
/** @property */
public void set_RowIndex (int value)
public function get RowIndex () : int
public function set RowIndex (value : int)
Property Value
The index of the DataRow object that is currently being processed.
See Also
Reference
DbSyncTableProgress Class
DbSyncTableProgress Members
Microsoft.Synchronization.Data Namespace