RegularMeasureGroupDimension.Attributes 속성
Gets the collection of attributes associated with a RegularMeasureGroupDimension object.
네임스페이스: 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
A collection of measure group attributes.