ServerSyncProviderProxy::GetSchema Method
Gets the table schema from the server database.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: virtual SyncSchema^ GetSchema( Collection<String^>^ tableNames, SyncSession^ syncSession ) override
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.
| Exception | Condition |
|---|---|
| MissingMemberException | The underlying service proxy does not have a GetSchema method. |
Show: