Aracılığıyla paylaş


ReferenceMeasureGroupDimension.IntermediateGranularityAttribute Özelliği

Ara alır taneciklilik öznitelik gelen bir ReferenceMeasureGroupDimension nesne.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
<BrowsableAttribute(False)> _
Public ReadOnly Property IntermediateGranularityAttribute As CubeAttribute
    Get
'Kullanım
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