SyncSchema Constructor (SyncSchema)
Initializes a new instance of the SyncSchema class by passing an existing SyncSchema object as a parameter.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Parameters
- syncSchema
- Type: Microsoft.Synchronization.Data::SyncSchema
An existing SyncSchema object that contains the schema that you want to create.
| Exception | Condition |
|---|---|
| ArgumentNullException | syncSchema is a nullptr. |
Show: