DbSyncTableDescription Constructor (String)

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)

public:
DbSyncTableDescription(
	String^ tableName
)

Parameters

tableName
Type: System::String
The name of the database table, including the schema name if necessary.
Show: