RowIndex 屬性
取得或設定目前在 DataTable 物件中處理之 DataRow 的索引,該物件包含要同步處理的變更。
命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 Microsoft.Synchronization.Data.dll 中)
語法
'宣告
Public Property RowIndex As Integer
Get
Set
'用途
Dim instance As SyncTableProgress
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)
屬性值
型別:System. . :: . .Int32
目前正在處理之 DataRow 的索引。