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 命名空间