次の方法で共有


Cube.MdxScripts プロパティ

Cube に関連付けられた MdxScripts のコレクションを取得します。

名前空間:  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
MdxScripts 情報を含むコレクションです。

関連項目

参照

Cube クラス

Microsoft.AnalysisServices 名前空間