Mdx File Element
X-Ref:
- Ast Mdx File Node
- Ast Mdx Script Item Node
Attributes
Attribute | API Type | Default | Description |
---|---|---|---|
FilePath | String | 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 | |
Name | String | 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
Child | API Type | Description |
---|---|---|
<MdxScript /> | String | String 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
Child | API Type | Description |
---|---|---|
<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. |