ClientSyncProvider::CreateSchema Method

When overridden in a derived class, creates a table schema at the client database if the schema does not exist.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
virtual void CreateSchema(
	SyncTable^ syncTable, 
	SyncSchema^ syncSchema
) abstract

Parameters

syncTable
Type: Microsoft.Synchronization.Data::SyncTable
A SyncTable object that contains settings for the table that will be created, such as the direction of synchronization.
syncSchema
Type: Microsoft.Synchronization.Data::SyncSchema
A SyncSchema object. This is a DataSet object that contains schema information for the table that will be created.
Show: