Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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)
Get
'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 ();
}
member TablesInfo : Collection<SyncTableInfo>
function get TablesInfo () : Collection<SyncTableInfo>
Property Value
Type: System.Collections.ObjectModel.Collection<SyncTableInfo>
A collection of SyncTableInfo objects.