Elemento Object (XMLA)
Contém uma referência de objeto usada pelo elemento pai.
Sintaxe
<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>
Características do elemento
Característica |
Descrição |
||||||
---|---|---|---|---|---|---|---|
Comprimento e tipo de dados |
Nenhum |
||||||
Valor padrão |
Nenhum |
||||||
Cardinalidade |
|
Relações do elemento
Relação |
Elemento |
---|---|
Elementos pai |
Alter, Backup, ClearCache, Delete, DesignAggregations, Lock, NotifyTableChange, Process, Subscribe, Synchronize |
Elementos filho |
Elementos obrigatórios do ASSL (Analysis Services Scripting Language) e especificados pela listagem de elementos ID do objeto e seus ancestrais (exceto o objeto Server). Por exemplo, o seguinte elemento Object identifica uma partição: <Object> <DatabaseID>Adventure Works DW Multidimensional 2012</DatabaseID> <CubeID>Adventure Works</CubeID> <MeasureGroupID>Internet Sales</MeasureGroupID> <PartitionID>Inernet_Sales_2001</PartitionID> </Object> |
Comentários
A ordem na qual os identificadores aparecem não é importante.
Para os elementos Alter, a instância de Microsoft SQL Server Analysis Services será usada como o objeto padrão se o elemento Object não for especificado.