Cube.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.

참고 항목

참조

Cube 클래스

Microsoft.AnalysisServices 네임스페이스