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)
Syntax
'Declaration
Public MustOverride Sub CreateSchema ( _
syncTable As SyncTable, _
syncSchema As SyncSchema _
)
public abstract void CreateSchema (
SyncTable syncTable,
SyncSchema syncSchema
)
public:
virtual void CreateSchema (
SyncTable^ syncTable,
SyncSchema^ syncSchema
) abstract
public abstract void CreateSchema (
SyncTable syncTable,
SyncSchema syncSchema
)
public abstract function CreateSchema (
syncTable : SyncTable,
syncSchema : SyncSchema
)
Parameters
- syncTable
A SyncTable object that contains settings for the table that will be created, such as the direction of synchronization.
- syncSchema
A SyncSchema object. This is a DataSet object that contains schema information for the table that will be created.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
ClientSyncProvider Class
ClientSyncProvider Members
Microsoft.Synchronization.Data Namespace