取得或設定目前在 DataTable 物件中處理之 DataRow 物件的索引,該物件包含要同步處理的變更。
命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)
語法
'宣告
<XmlIgnoreAttribute> _
Public Property RowIndex As Integer
'用途
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)
屬性值
目前正在處理之 DataRow 物件的索引。
請參閱
參考
DbSyncTableProgress 類別
DbSyncTableProgress 成員
Microsoft.Synchronization.Data 命名空間