IntermediateGranularityAttribute Propiedad
Gets the intermediate granularity attribute from a ReferenceMeasureGroupDimension object.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: Microsoft.AnalysisServices. . :: . .CubeAttribute
A CubeAttribute object.
Vea también