Partition.StorageLocation Property

Definition

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

[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

Property Value

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

Attributes

Remarks

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

Applies to