SyncTableInfo Constructor (String, String)

Initializes a new instance of the SyncTableInfo class by using table name and description parameters.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
SyncTableInfo(
	String^ tableName, 
	String^ description
)

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: