SyncTableInfo Constructor (String, String)
Initializes a new instance of the SyncTableInfo class by using table name and description parameters.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- tableName
- Type: System::String
The name of the table as it is set in the corresponding synchronization adapter property, TableName.
- description
- Type: System::String
The description of the table as it is set in the corresponding synchronization adapter property, Description.
Show: