Partition.Slice 속성

Gets or sets the slice that defines the partition content.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property Slice As String 
    Get 
    Set
‘사용 방법
Dim instance As Partition 
Dim value As String 

value = instance.Slice

instance.Slice = value
public string Slice { get; set; }
public:
property String^ Slice {
    String^ get ();
    void set (String^ value);
}
member Slice : string with get, set
function get Slice () : String 
function set Slice (value : String)

속성 값

유형: System.String
A String value the represents the slice.

주의

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.

참고 항목

참조

Partition 클래스

Microsoft.AnalysisServices 네임스페이스