Compartilhar via


Propriedade do RDL DimensionAttributeVisualizationProperties.DisplayKeyPosition

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 (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property DisplayKeyPosition As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

DimensionAttributeVisualizationProperties Classe

Namespace Microsoft.AnalysisServices