共用方式為


DbSyncContext.ScopeProgress 屬性

取得或設定 DbSyncScopeProgress 物件,此物件包含同步處理範圍的一組進度統計資料。

命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)

語法

'宣告
Public Property ScopeProgress As DbSyncScopeProgress
'用途
Dim instance As DbSyncContext
Dim value As DbSyncScopeProgress

value = instance.ScopeProgress

instance.ScopeProgress = value
public DbSyncScopeProgress ScopeProgress { get; set; }
public:
property DbSyncScopeProgress^ ScopeProgress {
    DbSyncScopeProgress^ get ();
    void set (DbSyncScopeProgress^ value);
}
/** @property */
public DbSyncScopeProgress get_ScopeProgress ()

/** @property */
public void set_ScopeProgress (DbSyncScopeProgress value)
public function get ScopeProgress () : DbSyncScopeProgress

public function set ScopeProgress (value : DbSyncScopeProgress)

屬性值

DbSyncScopeProgress 物件,此物件包含同步處理範圍的一組進度統計資料。

請參閱

參考

DbSyncContext 類別
DbSyncContext 成員
Microsoft.Synchronization.Data 命名空間