Proprietà FoldingParameters.FoldIndex
Gets or sets the value of the fold index.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Property FoldIndex As Integer
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.Int32
The value of the fold index.