ReferenceMeasureGroupDimension.IntermediateGranularityAttributeID 属性

Gets or sets the intermediate granularity attribute identifier for a ReferenceMeasureGroupDimension object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public Property IntermediateGranularityAttributeID As String 
    Get 
    Set
用法
Dim instance As ReferenceMeasureGroupDimension 
Dim value As String 

value = instance.IntermediateGranularityAttributeID

instance.IntermediateGranularityAttributeID = value
[BrowsableAttribute(false)]
public string IntermediateGranularityAttributeID { get; set; }
[BrowsableAttribute(false)]
public:
property String^ IntermediateGranularityAttributeID {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member IntermediateGranularityAttributeID : string with get, set
function get IntermediateGranularityAttributeID () : String 
function set IntermediateGranularityAttributeID (value : String)

属性值

类型:System.String
The intermediate granularity attribute identifier.

请参阅

参考

ReferenceMeasureGroupDimension 类

Microsoft.AnalysisServices 命名空间