ScopeProgress プロパティ

同期スコープの進行状況を示す統計情報のセットを格納する DbSyncScopeProgress オブジェクトを取得または設定します。

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

構文

'宣言
Public Property ScopeProgress As DbSyncScopeProgress
    Get
    Set
'使用
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);
}
member ScopeProgress : DbSyncScopeProgress with get, set
function get ScopeProgress () : DbSyncScopeProgress
function set ScopeProgress (value : DbSyncScopeProgress)

プロパティ値

型 : Microsoft.Synchronization.Data. . :: . .DbSyncScopeProgress
同期スコープの進行状況を示す統計情報のセットを格納する DbSyncScopeProgress オブジェクト。

例外

例外 条件
ArgumentNullException

value が null Nothing nullptr unit NULL 参照 (Visual Basic では Nothing) です。

参照

参照

DbSyncContextクラス

DbSyncContext メンバー

Microsoft.Synchronization.Data 名前空間