Proprietà ManyToManyMeasureGroupDimension.DirectSlice

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property DirectSlice As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

ManyToManyMeasureGroupDimension Classe

Spazio dei nomi Microsoft.AnalysisServices