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


Свойство MdxScript.Commands

Gets a CommandCollection object with all calculations defined in current script.

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

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Commands As CommandCollection 
    Get
'Применение
Dim instance As MdxScript 
Dim value As CommandCollection 

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

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

Тип: Microsoft.AnalysisServices.CommandCollection
A CommandCollection object with all calculations defined in current script.

См. также

Справочник

MdxScript Класс

Пространство имен Microsoft.AnalysisServices