Compartir a través de


DimensionAttributeVisualizationProperties.CommonIdentifierPosition Propiedad

Gets or sets the ordinal position of the object in a list of common attributes that can be used to identify a record.

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

Sintaxis

'Declaración
Public Property CommonIdentifierPosition As Integer 
    Get 
    Set
'Uso
Dim instance As DimensionAttributeVisualizationProperties 
Dim value As Integer 

value = instance.CommonIdentifierPosition

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

Valor de la propiedad

Tipo: System.Int32
The ordinal position of the object in a list of common attributes that can be used to identify a record.

Vea también

Referencia

DimensionAttributeVisualizationProperties Clase

Espacio de nombres Microsoft.AnalysisServices