Freigeben über


MdxScripts-Eigenschaft

Gets a collection of MdxScripts associated with a Cube.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property MdxScripts As MdxScriptCollection
    Get
'Usage
Dim instance As Cube
Dim value As MdxScriptCollection

value = instance.MdxScripts
[BrowsableAttribute(false)]
public MdxScriptCollection MdxScripts { get; }
[BrowsableAttribute(false)]
public:
property MdxScriptCollection^ MdxScripts {
    MdxScriptCollection^ get ();
}
[<BrowsableAttribute(false)>]
member MdxScripts : MdxScriptCollection
function get MdxScripts () : MdxScriptCollection

Eigenschaftswert

Typ: Microsoft.AnalysisServices. . :: . .MdxScriptCollection
A collection containing MdxScripts information.