MeasureGroup.StorageLocation 属性

定义

获取或设置与 MeasureGroup 关联的存储位置。

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public string StorageLocation { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.StorageLocationTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.StorageLocation : string with get, set
Public Property StorageLocation As String

属性值

包含 MeasureGroup 存储位置的字符串。

属性

注解

这默认为父多维数据集中的值。

适用于