Cube.DefaultMdxScript 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 the default MdxScript object associated with a Cube.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.MdxScript DefaultMdxScript { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DefaultMdxScript : Microsoft.AnalysisServices.MdxScript
Public ReadOnly Property DefaultMdxScript As MdxScript
Property Value
An object that contains an MDX script.
- Attributes