Source Element
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The Source element specifies the site whose business data is to be exported during the staging process.
Put the Source element within the BusinessDataProjectProperties element.
The following table lists the attributes of the Source element.
Attribute |
Data Type |
Description |
---|---|---|
SouceName |
String |
Name of the site from which data is to be exported. |
Remarks
The Source site is relevant only when the Role element is set to either Source or SourceAndDestination.
Example
The following example specifies the StarterSite as the source whose business data is to be staged.
<BusinessDataProjectProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" BusinessProjectName="">
<BusinessProjectHeader MajorVersion="1" MinorVersion="1" Revision="1" Build="1" />
<Source>StarterSite</Source>
<Role>Source</Role>
<!-- business data project configuration settings -->
</BusinessDataProjectProperties>