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>
요소 특징
특징 |
설명 |
---|---|
데이터 형식 및 길이 |
없음 |
기본값 |
없음 |
카디널리티 |
요소 관계
관계 |
요소 |
---|---|
부모 요소 |
Alter, Backup, ClearCache, Delete, DesignAggregations, Lock, NotifyTableChange, Process, Subscribe, Synchronize |
자식 요소 |
필수 ASSL(Analysis Services Scripting Language) 요소. 개체 및 해당 상위 항목(Server 개체 제외)의 ID 요소를 나열하여 지정됩니다. 예를 들어 다음 Object 요소는 파티션을 식별합니다. <Object> <DatabaseID>Adventure Works DW</DatabaseID> <CubeID>Adventure Works</CubeID> <MeasureGroupID>Internet Sales</MeasureGroupID> <PartitionID>Inernet_Sales_2001</PartitionID> </Object> |
주의
식별자가 나타나는 순서는 중요하지 않습니다.
Alter 요소의 경우 Object 요소가 지정되어 있지 않으면 MicrosoftSQL ServerAnalysis Services 인스턴스가 기본 개체로 사용됩니다.