Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 2.27 KB

mdxscript-element-assl.md

File metadata and controls

59 lines (45 loc) · 2.27 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
MdxScript Element (ASSL) | Microsoft Docs
Learn about the MdxScript object element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

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)