Share via


Destination Element

The Destination element specifies the destination site for which business data is to be imported as part of the staging process.

Put the Destination element within the BusinessDataProjectProperties element.

The following table lists the attributes of the Destination element.

Attribute

Data Type

Description

DestinationName

String

Name of the site for which data is to be imported.

Example

The following example specifies the destination site as StarterSite for the server whose role type is Destination. This XML configuration file is typical of the type of configuration file specified on destination servers for business data projects.

<?xml version="1.0" encoding="utf-8"?>
<BusinessDataProjectProperties xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" BusinessProjectName="">
  <Destination>StarterSite</Destination>
  <Role>Destination</Role>
</BusinessDataProjectProperties>

See Also

Other Resources

How to Stage Business Data

Business Data Staging Options

BusinessDataProjectProperties Element

CSS Business Data XML Configuration File Syntax Elements