次の方法で共有


SyncTableProgress.RowIndex プロパティ

同期される変更を格納する DataTable オブジェクト内で現在処理中の DataRow のインデックスを取得または設定します。

名前空間: Microsoft.Synchronization.Data
アセンブリ: Microsoft.Synchronization.Data (microsoft.synchronization.data.dll 内)

構文

'宣言
<XmlIgnoreAttribute> _
Public Property RowIndex As Integer
'使用
Dim instance As SyncTableProgress
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 のインデックス。

参照

リファレンス

SyncTableProgress クラス
SyncTableProgress メンバー
Microsoft.Synchronization.Data 名前空間