Collapse All/Expand All Collapse All
Partition.Slice Property

Gets or sets the slice that defines the partition content.

Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
VisualBasicDeclaration
<ReadOnlyAttribute(False)> _
<XmlElementAttribute(IsNullable:=False)> _
<EditorAttribute("Microsoft.AnalysisServices.Design.MDXUITypeEditor, Microsoft.AnalysisServices.Design", GetType(UITypeEditor))> _
Public Property Slice As String
CSharp
[ReadOnlyAttribute(false)] 
[XmlElementAttribute(IsNullable=false)] 
[EditorAttribute("Microsoft.AnalysisServices.Design.MDXUITypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
public string Slice { get; set; }
ManagedCPlusPlus
[ReadOnlyAttribute(false)] 
[XmlElementAttribute(IsNullable=false)] 
[EditorAttribute(L"Microsoft.AnalysisServices.Design.MDXUITypeEditor, Microsoft.AnalysisServices.Design", typeof(UITypeEditor))] 
public:
property String^ Slice {
    String^ get ();
    void set (String^ value);
}
JSharp
/** @property */
public String get_Slice ()

/** @property */
public void set_Slice (String value)
JScript
public function get Slice () : String

public function set Slice (value : String)

Property Value

A String value.

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.


Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Navigation

Microsoft.AnalysisServices
 Slice Property
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
       Send    Add Content...  
Click to Rate and Give Feedback
Page view tracker