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 _
)
'Usage
Dim syncSchema As SyncSchema
Dim instance As New SyncSchema(syncSchema)
public SyncSchema(
SyncSchema syncSchema
)
public:
SyncSchema(
SyncSchema^ syncSchema
)
new :
syncSchema:SyncSchema -> SyncSchema
public function SyncSchema(
syncSchema : SyncSchema
)
Parameters
- syncSchema
Type: Microsoft.Synchronization.Data.SyncSchema
An existing SyncSchema object that contains the schema that you want to create.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | syncSchema is a null reference (Nothing in Visual Basic). |