MdxScript.Commands 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 CommandCollection object with all calculations defined in current script.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.CommandCollection Commands { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Commands : Microsoft.AnalysisServices.CommandCollection
Public ReadOnly Property Commands As CommandCollection
Property Value
A CommandCollection object with all calculations defined in current script.
- Attributes