共用方式為


Object 元素 (XMLA)

包含父元素所使用的物件參考。

語法

<Alter> <!-- or any of the parent elements in the Element Relationships table -->
...
   <Object>
      <!-- One or more object identifiers, depending on the parent element -->
   </Object>
...
</Alter>

元素特性

特性

描述

資料類型和長度

預設值

基數

上階或父系基數
Alter0-1: 只能出現一次的選擇性元素。
其他全部1-1: 只出現一次的必要元素。

元素關聯性

關聯性

元素

父元素

AlterBackupClearCacheDeleteDesignAggregationsLockNotifyTableChangeProcessSubscribeSynchronize

子元素

必要的「Analysis Services 指令碼語言」(ASSL) 元素。透過列出物件及其上階 (不包括 Server 物件) 的識別碼元素指定。例如,下列 Object 元素會識別資料分割:

<Object>

<DatabaseID>Adventure Works DW</DatabaseID>

<CubeID>Adventure Works</CubeID>

<MeasureGroupID>Internet Sales</MeasureGroupID>

<PartitionID>Inernet_Sales_2001</PartitionID>

</Object>

備註

識別碼出現的順序並不重要。

若為 Alter 元素,如果沒有指定 Object 元素,Microsoft SQL Server Analysis Services 執行個體就會當做預設物件使用。

請參閱

概念