共用方式為


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