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


Свойство DimensionAttributeVisualizationProperties.FolderPosition

Gets or sets the ordinal position of the attribute in its display folder.

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

Синтаксис

'Декларация
Public Property FolderPosition As Integer 
    Get 
    Set
'Применение
Dim instance As DimensionAttributeVisualizationProperties 
Dim value As Integer 

value = instance.FolderPosition

instance.FolderPosition = value
public int FolderPosition { get; set; }
public:
property int FolderPosition {
    int get ();
    void set (int value);
}
member FolderPosition : int with get, set
function get FolderPosition () : int 
function set FolderPosition (value : int)

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

Тип: System.Int32
The ordinal position of the attribute in its display folder.

См. также

Справочник

DimensionAttributeVisualizationProperties Класс

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