我有以下脚本来同步我的 OLAP 多维数据集。它工作正常,但它将数据存储在我的目标服务器的默认位置。我知道< Locations >标签可用于指定目的地的位置。
谁能举一个例子说明我如何使用这个标签和指定路径的格式?
<Synchronize xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<Source>
<ConnectionString>Provider=MSOLAP.5;Data Source=172.16.203.1;ConnectTo=11.0;Integrated Security=SSPI;Initial Catalog=CUBE_NAME</ConnectionString>
<Object>
<DatabaseID>DATABASE_NAME</DatabaseID>
</Object>
</Source>
<SynchronizeSecurity>IgnoreSecurity</SynchronizeSecurity>
<ApplyCompression>true</ApplyCompression>
</Synchronize>