ServerSyncProvider::GetSchema Method
When overridden in a derived class, retrieves the schema for one or more tables from the server database.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: virtual SyncSchema^ GetSchema( Collection<String^>^ tableNames, SyncSession^ syncSession ) abstract
Parameters
- tableNames
- Type: System.Collections.ObjectModel::Collection<String>
A collection of table names for which the server provider should get a SyncSchema object.
- syncSession
- Type: Microsoft.Synchronization.Data::SyncSession
A SyncSession object that contains metadata about the current synchronization session.
Return Value
Type: Microsoft.Synchronization.Data::SyncSchemaA SyncSchema object that contains the schema for each specified table.
Show: