Compartir a través de


MdxScripts Propiedad

Gets a collection of MdxScripts associated with a Cube.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property MdxScripts As MdxScriptCollection
    Get
'Uso
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

Valor de la propiedad

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