DimensionAttributeVisualizationProperties.DisplayKeyPosition 属性

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

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property DisplayKeyPosition As Integer 
    Get 
    Set
用法
Dim instance As DimensionAttributeVisualizationProperties 
Dim value As Integer 

value = instance.DisplayKeyPosition

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

属性值

类型:System.Int32
The ordinal position of the attribute in a list of user-readable values that uniquely identify a record.

请参阅

参考

DimensionAttributeVisualizationProperties 类

Microsoft.AnalysisServices 命名空间