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 |
子要素 |
必須の Analysis Services Scripting Language (ASSL) 要素。オブジェクトとその先祖 (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 のインスタンスが既定のオブジェクトとして使用されます。