Propriedade do RDL IntermediateGranularityAttribute
Gets the intermediate granularity attribute from a ReferenceMeasureGroupDimension object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property IntermediateGranularityAttribute As CubeAttribute
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices. . :: . .CubeAttribute
A CubeAttribute object.
Consulte também