다음을 통해 공유


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 네임스페이스