Skip to content

Latest commit

 

History

History
75 lines (63 loc) · 3.01 KB

File metadata and controls

75 lines (63 loc) · 3.01 KB
title MdxScript 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
MdxScript Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
MdxScript
helpviewer_keywords
MdxScript element
ms.assetid 0c59a550-dc95-4d50-948a-bb99348bdd86
caps.latest.revision 34
author Minewiskan
ms.author owend
manager erikre

MdxScript Element (ASSL)

Contains information about a Multidimensional Expressions (MDX) script that is associated with a Cube element.

Syntax

  
<MdxScripts>  
   <MdxScript>  
      <Name>...</Name>  
      <ID>...</ID>  
      <Description>...</Description>  
      <CreatedTimestamp>...</CreatedTimestamp>  
      <LastSchemaUpdate>...</LastSchemaUpdate>  
      <Annotations>...</Annotations>  
      <Commands>...</Commands>  
      <DefaultScript>...</DefaultScript>  
      <CalculationProperties>...</CalculationProperties>  
   </MdxScript>  
</MdxScripts>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements MdxScripts
Child elements Annotations, CalculationProperties, Commands, CreatedTimestamp, DefaultScript, Description, ID, LastSchemaUpdate, Name

Remarks

A script's DefaultScript element is set to True by default. Setting DefaultScript to True for a particular script sets DefaultScript to False for all other scripts.

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.MdxScript.

See Also

Objects (ASSL)