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.