Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the defaultmdxscript object associated with a Cube.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property DefaultMdxScript As MdxScript
Get
'Usage
Dim instance As Cube
Dim value As MdxScript
value = instance.DefaultMdxScript
[BrowsableAttribute(false)]
public MdxScript DefaultMdxScript { get; }
[BrowsableAttribute(false)]
public:
property MdxScript^ DefaultMdxScript {
MdxScript^ get ();
}
[<BrowsableAttribute(false)>]
member DefaultMdxScript : MdxScript
function get DefaultMdxScript () : MdxScript
Property Value
Type: Microsoft.AnalysisServices.MdxScript
An object that contains an MDX script.