Partager via


Propriété FoldingParameters.FoldCount

Gets or sets the exact value of folding.

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

Syntaxe

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

Valeur de propriété

Type : System.Int32
The exact value of folding.

Voir aussi

Référence

FoldingParameters Classe

Espace de noms Microsoft.AnalysisServices