Compartir a través de


FoldingParameters.FoldCount Propiedad

Gets or sets the exact value of folding.

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

Sintaxis

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

value = instance.FoldCount

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

Valor de la propiedad

Tipo: System.Int32
The exact value of folding.

Vea también

Referencia

FoldingParameters Clase

Espacio de nombres Microsoft.AnalysisServices