Updates プロパティ
名前空間: Microsoft.Synchronization.Data
アセンブリ: Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)
構文
'宣言
Public Property Updates As Integer
Get
Set
'使用
Dim instance As DbSyncTableProgress
Dim value As Integer
value = instance.Updates
instance.Updates = value
public int Updates { get; set; }
public:
property int Updates {
int get ();
void set (int value);
}
member Updates : int with get, set
function get Updates () : int
function set Updates (value : int)
プロパティ値
型 : System. . :: . .Int32
同期セッション中にテーブルに適用される更新の数。