ScopeProgress 属性
获取包含同步作用域的一组进度统计信息的 DbSyncScopeProgress 对象。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)
语法
声明
Public ReadOnly Property ScopeProgress As DbSyncScopeProgress
Get
用法
Dim instance As DbSyncProgressEventArgs
Dim value As DbSyncScopeProgress
value = instance.ScopeProgress
public DbSyncScopeProgress ScopeProgress { get; }
public:
property DbSyncScopeProgress^ ScopeProgress {
DbSyncScopeProgress^ get ();
}
member ScopeProgress : DbSyncScopeProgress
function get ScopeProgress () : DbSyncScopeProgress
属性值
类型:Microsoft.Synchronization.Data. . :: . .DbSyncScopeProgress
包含同步作用域的一组进度统计信息的 DbSyncScopeProgress 对象。