Condividi tramite


Proprietà FoldingParameters.FoldCount

Gets or sets the exact value of folding.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property FoldCount As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Int32
The exact value of folding.

Vedere anche

Riferimento

FoldingParameters Classe

Spazio dei nomi Microsoft.AnalysisServices