Partager via


Propriété Cube.MdxScripts

Gets a collection of MdxScripts associated with a Cube.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property MdxScripts As MdxScriptCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Cube Classe

Espace de noms Microsoft.AnalysisServices