DimensionAttributeVisualizationProperties.FolderPosition Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(-1)]
public int FolderPosition { get; set; }
public:
[DefaultValueAttribute(-1)]
property int FolderPosition {
    int get();
    void set(int value);
}
[<DefaultValueAttribute(-1)>]
member FolderPosition : int with get, set
<DefaultValueAttribute(-1)>
Public Property FolderPosition As Integer

Property Value

Type: System.Int32

The ordinal position of the attribute in its display folder.

See Also

DimensionAttributeVisualizationProperties Class
Microsoft.AnalysisServices Namespace

Return to top