• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Mdx File Element

API Type:
Varigence.Languages.Biml.Cube.Calculation.AstMdxFileNode
X-Ref:
  • Ast Mdx File Node
  • Ast Mdx Script Item Node

Attributes

AttributeAPI TypeDefaultDescription
FilePathString 
This value specifies the file system path of the MDX script file to connect to. Note that the path can be relative to the referencing file, relative to the BimlStudio installation, or an absolute path. Environment variable references are permitted in the path and should use the following syntax: %EnvironmentVariableName% 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

Singleton Children

ChildAPI TypeDescription
<MdxScript />StringString is the .NET Framework String class. More information can be found at http://msdn.microsoft.com/en-us/library/system.string.aspx. This is a required property

Collection Children

ChildAPI TypeDescription
<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.

© Varigence