Partition.StorageLocation Property

Definition

Gets or sets a string with the file system storage location of the partition.

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

Property Value

String

A String with the path to the partition's storage location.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Remarks

By default, StorageLocation is the storage location for the parent cube and the parent measure group.

Applies to