ReferenceMeasureGroupDimension.IntermediateGranularityAttribute 속성
Gets the intermediate granularity attribute from a ReferenceMeasureGroupDimension object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property IntermediateGranularityAttribute As CubeAttribute
Get
‘사용 방법
Dim instance As ReferenceMeasureGroupDimension
Dim value As CubeAttribute
value = instance.IntermediateGranularityAttribute
[BrowsableAttribute(false)]
public CubeAttribute IntermediateGranularityAttribute { get; }
[BrowsableAttribute(false)]
public:
property CubeAttribute^ IntermediateGranularityAttribute {
CubeAttribute^ get ();
}
[<BrowsableAttribute(false)>]
member IntermediateGranularityAttribute : CubeAttribute
function get IntermediateGranularityAttribute () : CubeAttribute
속성 값
유형: Microsoft.AnalysisServices.CubeAttribute
A CubeAttribute object.