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 correspond to the DbSyncAdapter objects associated with the DbSyncProvider.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Tables As Collection(Of SyncTableInfo)
Get
'Usage
Dim instance As DbSyncScope
Dim value As Collection(Of SyncTableInfo)
value = instance.Tables
public Collection<SyncTableInfo> Tables { get; }
public:
property Collection<SyncTableInfo^>^ Tables {
Collection<SyncTableInfo^>^ get ();
}
member Tables : Collection<SyncTableInfo>
function get Tables () : Collection<SyncTableInfo>
Property Value
Type: System.Collections.ObjectModel.Collection<SyncTableInfo>
A collection of SyncTableInfo objects.