MeasureGroupAttribute.CubeAttribute プロパティ

キューブ要素に関連付けられている属性を表します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property CubeAttribute As CubeAttribute 
    Get
'使用
Dim instance As MeasureGroupAttribute 
Dim value As CubeAttribute 

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

プロパティ値

型: Microsoft.AnalysisServices.CubeAttribute
キューブ要素に関連付けられた属性です。

関連項目

参照

MeasureGroupAttribute クラス

Microsoft.AnalysisServices 名前空間