Compartir a través de


FoldingParameters.FoldIndex Propiedad

Gets or sets the value of the fold index.

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

Sintaxis

'Declaración
Public Property FoldIndex As Integer 
    Get 
    Set
'Uso
Dim instance As FoldingParameters 
Dim value As Integer 

value = instance.FoldIndex

instance.FoldIndex = value
public int FoldIndex { get; set; }
public:
property int FoldIndex {
    int get ();
    void set (int value);
}
member FoldIndex : int with get, set
function get FoldIndex () : int 
function set FoldIndex (value : int)

Valor de la propiedad

Tipo: System.Int32
The value of the fold index.

Vea también

Referencia

FoldingParameters Clase

Espacio de nombres Microsoft.AnalysisServices