Свойство MdxScripts
Gets a collection of MdxScripts associated with a Cube.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property MdxScripts As MdxScriptCollection
Get
'Применение
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
Значение свойства
Тип: Microsoft.AnalysisServices. . :: . .MdxScriptCollection
A collection containing MdxScripts information.