| 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 |
|
| apilocation |
|
| apitype |
Schema |
| applies_to |
|
| f1_keywords |
|
| helpviewer_keywords |
|
| ms.assetid |
0c59a550-dc95-4d50-948a-bb99348bdd86 |
| caps.latest.revision |
34 |
| author |
Minewiskan |
| ms.author |
owend |
| manager |
erikre |
Contains information about a Multidimensional Expressions (MDX) script that is associated with a Cube element.
<MdxScripts>
<MdxScript>
<Name>...</Name>
<ID>...</ID>
<Description>...</Description>
<CreatedTimestamp>...</CreatedTimestamp>
<LastSchemaUpdate>...</LastSchemaUpdate>
<Annotations>...</Annotations>
<Commands>...</Commands>
<DefaultScript>...</DefaultScript>
<CalculationProperties>...</CalculationProperties>
</MdxScript>
</MdxScripts>
| Characteristic |
Description |
| Data type and length |
None |
| Default value |
None |
| Cardinality |
0-n: Optional element that can occur more than once. |
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.
Objects (ASSL)