Compartilhar via


SyncTableProgress.RowIndex Property

Gets or sets the index of the DataRow 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
[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 that is currently being processed.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SyncTableProgress Class
SyncTableProgress Members
Microsoft.Synchronization.Data Namespace