Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |