Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Source type specifies the source for the Synchronization command.
-
<xsd:complexType name="Source"> <xsd:all> <xsd:element name="Object" type="ObjectReference" /> <xsd:element name="ConnectionString" type="xsd:string" /> </xsd:all> </xsd:complexType>
Element |
Default value |
Description |
---|---|---|
Object |
[Required] |
An ObjectReference to the database that is the source of the synchronization. The ObjectReference type is defined in section 3.1.4.3.2.1.1.1. |
ConnectionString |
[Required] |
The connection string to the source server. |