Compartilhar via


Propriedade do RDL FoldingParameters.FoldCount

Gets or sets the exact value of folding.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.Int32
The exact value of folding.

Consulte também

Referência

FoldingParameters Classe

Namespace Microsoft.AnalysisServices