DimensionAttributeVisualizationProperties.DisplayKeyPosition Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the ordinal position of the attribute in a list of user-readable values that uniquely identify a record.

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

Syntax

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

Property Value

Type: System.Int32

The ordinal position of the attribute in a list of user-readable values that uniquely identify a record.

See Also

DimensionAttributeVisualizationProperties Class
Microsoft.AnalysisServices Namespace

Return to top