Partager via


Propriété ManyToManyMeasureGroupDimension.DirectSlice

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property DirectSlice As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ManyToManyMeasureGroupDimension Classe

Espace de noms Microsoft.AnalysisServices