次の方法で共有


RegularMeasureGroupDimension.Attributes プロパティ

RegularMeasureGroupDimension オブジェクトに関連付けられた属性のコレクションを取得します。

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

構文

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

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

プロパティ値

型: Microsoft.AnalysisServices.MeasureGroupAttributeCollection
メジャー グループ属性のコレクションです。

関連項目

参照

RegularMeasureGroupDimension クラス

Microsoft.AnalysisServices 名前空間