Свойство 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.
См. также