Mdx Script Items
This is a collection of script items such as calculated members, script commands, and named sets that will comprise this script collection.
Permitted Collection Child Definitions
Child | API Type | Description |
---|---|---|
<CalculatedMember /> | AstCalculatedMemberNode | The AstCalculatedMemberNode type corresponds directly to the script definition for an MDX calculated member in SQL Server Analysis Services. |
<MdxFile /> | AstMdxFileNode | The AstMdxFileNode type enables script definition for an MDX script commnd in a SQL Server Analysis Services cube to be imported from an external file. This provides a facility for common MDX scripts that are shared across multiple cubes to be easily managed and shared from a central location. |
<NamedSet /> | AstNamedSetNode | The AstNamedSetNode type corresponds directly to the script definition for an MDX named set in SQL Server Analysis Services. |
<ScriptCommand /> | AstScriptCommandNode | The AstScriptCommandNode type corresponds directly to the script definition for an MDX script commnd in SQL Server Analysis Services. |