SyncSchema Constructor (SyncSchema)

Initializes a new instance of the SyncSchema class by passing an existing SyncSchema object as a parameter.

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

public:
SyncSchema(
	SyncSchema^ syncSchema
)

Parameters

syncSchema
Type: Microsoft.Synchronization.Data::SyncSchema
An existing SyncSchema object that contains the schema that you want to create.

ExceptionCondition
ArgumentNullException

syncSchema is a nullptr.

Show: