Compartir a través de


ManyToManyMeasureGroupDimension.DirectSlice Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property DirectSlice As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ManyToManyMeasureGroupDimension Clase

Espacio de nombres Microsoft.AnalysisServices