SyncTableProgress Constructor (String)
Initializes a new instance of the SyncTableProgress class by using a table name parameter.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Sub New ( _
tableName As String _
)
'Usage
Dim tableName As String
Dim instance As New SyncTableProgress(tableName)
public SyncTableProgress (
string tableName
)
public:
SyncTableProgress (
String^ tableName
)
public SyncTableProgress (
String tableName
)
public function SyncTableProgress (
tableName : String
)
Parameters
- tableName
The name of the SyncTable.
Remarks
See Also
Reference
SyncTableProgress Class
SyncTableProgress Members
Microsoft.Synchronization.Data Namespace