Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
Public Property RowIndex As Integer
Get
Set
'Usage
Dim instance As DbSyncTableProgress
Dim value As Integer
value = instance.RowIndex
instance.RowIndex = value
public int RowIndex { get; set; }
public:
property int RowIndex {
int get ();
void set (int value);
}
member RowIndex : int with get, set
function get RowIndex () : int
function set RowIndex (value : int)
Property Value
Type: System.Int32
The index of the DataRow object that is currently being processed.