Share via


DbSyncTableProgress Constructor (String)

Initializes a new instance of the DbSyncTableProgress 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 DbSyncTableProgress(tableName)
public DbSyncTableProgress (
    string tableName
)
public:
DbSyncTableProgress (
    String^ tableName
)
public DbSyncTableProgress (
    String tableName
)
public function DbSyncTableProgress (
    tableName : String
)

Parameters

  • tableName
    The name of the table.

Remarks

See Also

Reference

DbSyncTableProgress Class
DbSyncTableProgress Members
Microsoft.Synchronization.Data Namespace