Cube.MdxScripts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of MdxScripts associated with a Cube.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.MdxScriptCollection MdxScripts { get; }
[<System.ComponentModel.Browsable(false)>]
member this.MdxScripts : Microsoft.AnalysisServices.MdxScriptCollection
Public ReadOnly Property MdxScripts As MdxScriptCollection
Property Value
A collection containing MdxScripts information.
- Attributes