Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the DbSyncTableDescription class for the specified table name.
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 DbSyncTableDescription(tableName)
public DbSyncTableDescription (
string tableName
)
public:
DbSyncTableDescription (
String^ tableName
)
public DbSyncTableDescription (
String tableName
)
public function DbSyncTableDescription (
tableName : String
)
Parameters
- tableName
The name of the database table, including the schema name if necessary.
See Also
Reference
DbSyncTableDescription Class
DbSyncTableDescription Members
Microsoft.Synchronization.Data Namespace