title | description | ms.date | ms.service | ms.custom | ms.reviewer | ms.topic | author | ms.author |
---|---|---|---|---|---|---|---|---|
DefaultScript Element (ASSL) | Microsoft Docs |
Learn about the DefaultScript property element in the Analysis Services Scripting Language (ASSL) schema. |
7/25/2018 |
analysis-services |
assl |
kfollis |
reference |
kfollis |
kfollis |
Identifies the default MdxScript element in the MdxScripts collection.
<MdxScript>
...
<DefaultScript>...</DefaultScript>
...
</MdxScript>
Characteristic | Description |
---|---|
Data type and length | Boolean |
Default value | True |
Cardinality | 0-1: Optional element that can occur once and only once. |
Relationship | Element |
---|---|
Parent elements | MdxScript |
Child elements | None |
Setting the value of DefaultScript to True for one script sets the value of DefaultScript to False for all other MdxScript elements in the MdxScripts collection.
The element that corresponds to the parent of DefaultScript in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.MdxScript.