SyncServerInfo.TablesInfo Property
Gets or sets a collection of SyncTableInfo objects that contain the name and description of each table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property TablesInfo As Collection(Of SyncTableInfo)
public Collection<SyncTableInfo> TablesInfo { get; }
public:
property Collection<SyncTableInfo^>^ TablesInfo {
Collection<SyncTableInfo^>^ get ();
}
/** @property */
public Collection<SyncTableInfo> get_TablesInfo ()
public function get TablesInfo () : Collection<SyncTableInfo>
Property Value
A collection of SyncTableInfo objects.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncServerInfo Structure
SyncServerInfo Members
Microsoft.Synchronization.Data Namespace