MdxScript.DefaultScript 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 or sets an indication if the current script the default one among all scripts.
public bool DefaultScript { get; set; }
member this.DefaultScript : bool with get, set
Public Property DefaultScript As Boolean
Property Value
true if the current script is the default; otherwise, false.
Remarks
Setting this property to true for one script will set all other scripts to false.