Udostępnij za pośrednictwem


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)

Syntax

'Declaration
Public Sub New ( _
    syncSchema As SyncSchema _
)
public SyncSchema (
    SyncSchema syncSchema
)
public:
SyncSchema (
    SyncSchema^ syncSchema
)
public SyncSchema (
    SyncSchema syncSchema
)
public function SyncSchema (
    syncSchema : SyncSchema
)

Parameters

  • syncSchema
    An existing SyncSchema object that contains the schema that you want to create.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SyncSchema Class
SyncSchema Members
Microsoft.Synchronization.Data Namespace