Compartir a través de


DimensionAttributeVisualizationProperties.DisplayKeyPosition Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

DimensionAttributeVisualizationProperties Clase

Espacio de nombres Microsoft.AnalysisServices