Поделиться через


Cube.MdxScripts Property

Gets a collection of MdxScripts associated with a Cube.

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<XmlArrayAttribute> _
<BrowsableAttribute(False)> _
Public ReadOnly Property MdxScripts As MdxScriptCollection
[XmlArrayAttribute] 
[BrowsableAttribute(false)] 
public MdxScriptCollection MdxScripts { get; }
[XmlArrayAttribute] 
[BrowsableAttribute(false)] 
public:
property MdxScriptCollection^ MdxScripts {
    MdxScriptCollection^ get ();
}
/** @property */
public MdxScriptCollection get_MdxScripts ()
public function get MdxScripts () : MdxScriptCollection

Значение свойства

A collection containing MdxScripts information.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Cube Class
Cube Members
Microsoft.AnalysisServices Namespace