다음을 통해 공유


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>  

요소 특성

특성 Description
데이터 형식 및 길이 없음
기본값 없음
카디널리티 아래 표를 참조하세요.
상위 항목 또는 부모 카디널리티
변경 0-1: 한 번만 나타날 수 있는 선택적 요소입니다.
나머지 1-1: 한 번만 나타나는 필수 요소입니다.

요소 관계

관계 요소
부모 요소 Alter, Backup, ClearCache, Delete, DesignAggregations, Lock, NotifyTableChange, Process, Subscribe, Synchronize
자식 요소 필수 ASSL(Analysis Services Scripting Language) 요소. 개체 및 상위 항목의 ID 요소를 나열하여 지정합니다( Server 개체 제외). 예를 들어 다음 Object 요소는 파티션을 식별합니다.

<Object>

<DatabaseID>Adventure Works DW Multidimensional 2012<DatabaseID\>

<CubeID>Adventure Works</CubeID>

<MeasureGroupID>Internet Sales</MeasureGroupID>

<PartitionID>Inernet_Sales_2001</PartitionID>

</Object>

설명

식별자가 나타나는 순서는 중요하지 않습니다.

Alter 요소의 경우 Object 요소가 지정되지 않은 경우 Analysis Services 인스턴스가 기본 개체로 사용됩니다.