Freigeben über


DbSyncScope.Tables-Eigenschaft

Ruft eine Auflistung von SyncTableInfo-Objekten ab, die den DbSyncProvider zugeordneten DbSyncAdapter-Objekten entsprechen, oder legt sie fest.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public ReadOnly Property Tables As Collection(Of SyncTableInfo)
'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 ();
}
/** @property */
public Collection<SyncTableInfo> get_Tables ()
public function get Tables () : Collection<SyncTableInfo>

Eigenschaftenwert

Eine Auflistung von SyncTableInfo-Objekten.

Siehe auch

Verweis

DbSyncScope-Klasse
DbSyncScope-Member
Microsoft.Synchronization.Data-Namespace