SyncServerInfo Constructor

Initializes a new instance of the SyncServerInfo class.

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

public:
SyncServerInfo(
	Collection<SyncTableInfo^>^ tablesInfo
)

Parameters

tablesInfo
Type: System.Collections.ObjectModel::Collection<SyncTableInfo>
A collection of SyncTableInfo objects that contain the name and description of each table.
Show: