Skip to main content

Mdx Script Element

Mdx Script Element

Attributes

AttributeAPI TypeDefaultDescription
DefaultBooleanFalse
This value specifies whether this script collection will be the default for the cube. This is a required property
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
DescriptionString 
This value specifies the description of the script collection that will be stored in the cube.

Collection Children

ChildAPI TypeDescription
<MdxScriptItems>
    Multiple Choices...
</MdxScriptItems>
AstMdxScriptItemNode
This is a collection of script items such as calculated members, script commands, and named sets that will comprise this script collection. This is a required property
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.
<CalculationProperties>
    <CalculationProperty />
</CalculationProperties>
AstMdxScriptCalculationPropertyNode
Contains a collection of CalculationProperty nodes.