Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the value of the fold index.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property FoldIndex As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
The value of the fold index.