Condividi tramite


Proprietà DimensionAttributeVisualizationProperties.CommonIdentifierPosition

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property CommonIdentifierPosition As Integer 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

DimensionAttributeVisualizationProperties Classe

Spazio dei nomi Microsoft.AnalysisServices