Proprietà IntermediateGranularityAttribute

Gets the intermediate granularity attribute from a ReferenceMeasureGroupDimension object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property IntermediateGranularityAttribute As CubeAttribute
    Get
'Utilizzo
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