Freigeben über


SyncSchema.Tables-Eigenschaft

Ruft eine SyncSchemaTables-Auflistung ab. Hierzu gehören die Tabellen, die in SyncSchema enthalten sind.

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

Syntax

'Declaration
Public ReadOnly Property Tables As SyncSchemaTables
'Usage
Dim instance As SyncSchema
Dim value As SyncSchemaTables

value = instance.Tables
public SyncSchemaTables Tables { get; }
public:
property SyncSchemaTables^ Tables {
    SyncSchemaTables^ get ();
}
/** @property */
public SyncSchemaTables get_Tables ()
public function get Tables () : SyncSchemaTables

Eigenschaftenwert

Eine SyncSchemaTables-Auflistung.

Siehe auch

Verweis

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