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)
'Usage
Dim instance As SyncServerInfo
Dim value As Collection(Of SyncTableInfo)
value = instance.TablesInfo
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.
See Also
Reference
SyncServerInfo Structure
SyncServerInfo Members
Microsoft.Synchronization.Data Namespace