ManyToManyMeasureGroupDimension.DirectSlice Property
Gets or sets a tuple on the Many-to-Many dimension.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property DirectSlice As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A tuple on the Many-to-Many dimension.