Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a DbSyncTableProgress object that contains synchronization progress statistics for a table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Function FindTableProgress ( _
tableName As String _
) As DbSyncTableProgress
'Usage
Dim instance As DbSyncScopeProgress
Dim tableName As String
Dim returnValue As DbSyncTableProgress
returnValue = instance.FindTableProgress(tableName)
public DbSyncTableProgress FindTableProgress (
string tableName
)
public:
DbSyncTableProgress^ FindTableProgress (
String^ tableName
)
public DbSyncTableProgress FindTableProgress (
String tableName
)
public function FindTableProgress (
tableName : String
) : DbSyncTableProgress
Parameters
- tableName
The name of the table for which to get a DbSyncTableProgress object.
Return Value
A DbSyncTableProgress object that contains synchronization progress statistics for a table.
See Also
Reference
DbSyncScopeProgress Class
DbSyncScopeProgress Members
Microsoft.Synchronization.Data Namespace