Partition.Slice Property

Definition

Gets or sets the slice that defines the partition content.

public string Slice { get; set; }
member this.Slice : string with get, set
Public Property Slice As String

Property Value

A String value the represents the slice.

Remarks

The partition slice is an MDX expression specifying a tuple or a set. It has the same restrictions as the StrToSet MDX function with the CONSTRAINED parameter. That is, it can use dimension, hierarchy, level and member names, keys, unique names, etc., but no MDX functions.

Applies to