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 命名空间