Cube.MdxScripts Property

 

Applies To: SQL Server 2016 Preview

Gets a collection of MdxScripts associated with a Cube.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlArrayAttribute]
[BrowsableAttribute(false)]
public MdxScriptCollection MdxScripts { get; }
public:
[XmlArrayAttribute]
[BrowsableAttribute(false)]
property MdxScriptCollection^ MdxScripts {
    MdxScriptCollection^ get();
}
[<XmlArrayAttribute>]
[<BrowsableAttribute(false)>]
member MdxScripts : MdxScriptCollection with get
<XmlArrayAttribute>
<BrowsableAttribute(False)>
Public ReadOnly Property MdxScripts As MdxScriptCollection

Property Value

Type: Microsoft.AnalysisServices.MdxScriptCollection

A collection containing MdxScripts information.

See Also

Cube Class
Microsoft.AnalysisServices Namespace

Return to top