Skip to content

Latest commit

 

History

History
65 lines (54 loc) · 1.77 KB

File metadata and controls

65 lines (54 loc) · 1.77 KB
title Enabled Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
Enabled Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
Enabled
helpviewer_keywords
Enabled element
ms.assetid dbe57903-75c0-4060-a2b3-eab241d7469f
caps.latest.revision 27
author Minewiskan
ms.author owend
manager erikre

Enabled Element (ASSL)

Indicates whether the parent element is enabled.

Syntax

  
<CubeHierarchy> <!-- or ProactiveCaching -->  
   ...  
   <Enabled>...</Enabled>  
   ...  
</CubeHierarchy>  

Element Characteristics

Characteristic Description
Data type and length Boolean
Default value True
Cardinality 0-1: Optional element that can occur once and only once.

Element Relationships

Relationship Element
Parent elements CubeHierarchy, ProactiveCaching
Child elements None

Remarks

The elements that correspond to the parents of Enabled in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.CubeHierarchy and xref:Microsoft.AnalysisServices.ProactiveCaching.

See Also

Properties (ASSL)