ManyToManyMeasureGroupDimension.DirectSlice 속성

Gets or sets a tuple on the Many-to-Many dimension.

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

구문

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

value = instance.DirectSlice

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

속성 값

유형: System.String
A tuple on the Many-to-Many dimension.

참고 항목

참조

ManyToManyMeasureGroupDimension 클래스

Microsoft.AnalysisServices 네임스페이스