--- title: "ReadDefinition 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: - "ReadDefinition Element" apilocation: - "http://schemas.microsoft.com/analysisservices/2003/engine" apitype: "Schema" applies_to: - "SQL Server 2016 Preview" f1_keywords: - "ReadDefinition" helpviewer_keywords: - "ReadDefinition element" ms.assetid: 1f250129-13b2-41b9-b083-b5aacddf0060 caps.latest.revision: 37 author: "Minewiskan" ms.author: "owend" manager: "erikre" --- # ReadDefinition Element (ASSL) Determines whether members can read the definition of the database or the definition of objects in the database. ## Syntax ```xml ... ... ... ``` ## Element Characteristics |Characteristic|Description| |--------------------|-----------------| |Data type and length|String (enumeration)| |Default value|*None*| |Cardinality|0-1: Optional element that can occur once and only once.| ## Element Relationships |Relationship|Element| |------------------|-------------| |Parent elements|[CubePermission](../../../analysis-services/scripting/objects/cubepermission-element-assl.md), [DatabasePermission](../../../analysis-services/scripting/objects/databasepermission-element-assl.md), [DimensionPermission](../../../analysis-services/scripting/objects/dimensionpermission-element-assl.md), [MiningModelPermission](../../../analysis-services/scripting/objects/miningmodelpermission-element-assl.md), [MiningStructurePermission](../../../analysis-services/scripting/objects/miningstructurepermission-element-assl.md), [Permission](../../../analysis-services/scripting/data-type/permission-data-type-assl.md)| |Child elements|None| ## Remarks The value of this element is limited to one of the strings listed in the following table. |Value|Description| |-----------|-----------------| |*None*|Access to the object definition is not allowed.| |*Basic*|Basic access to the object definition is allowed.

Note: This permission is required for creating local cubes, linking measure groups, and linking dimensions.| |*Allowed*|Full access to the object definition is allowed.

Note: This permission is required for executing a [Discover](../../../analysis-services/xmla/xml-elements-methods-discover.md) XML for Analysis (XMLA) call using the DISCOVER_XML_METADATA parameter.| The elements that correspond to the parents of **ReadDefinition** in the Analysis Management Objects (AMO) object model are , , , , , and . ## See Also [Role Element (ASSL)](../../../analysis-services/scripting/objects/role-element-assl.md) [Properties (ASSL)](../../../analysis-services/scripting/properties/properties-assl.md)