Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a SyncSchemaTables collection. This includes the tables that are contained in the SyncSchema.
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
Property Value
A SyncSchemaTables collection.
See Also
Reference
SyncSchema Class
SyncSchema Members
Microsoft.Synchronization.Data Namespace