Поделиться через


Свойство FoldingParameters.FoldIndex

Gets or sets the value of the fold index.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property FoldIndex As Integer 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Int32
The value of the fold index.

См. также

Справочник

FoldingParameters Класс

Пространство имен Microsoft.AnalysisServices