Partition.StorageLocation 属性

定义

获取或设置含有分区的文件系统存储位置的字符串。

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

属性值

包含分区存储位置路径的字符串。

属性

注解

默认情况下,StorageLocation 是父多维数据集和父度量值组的存储位置。

适用于