DimensionAttributeVisualizationProperties.CommonIdentifierPosition Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(-1)]
public int CommonIdentifierPosition { get; set; }
public:
[DefaultValueAttribute(-1)]
property int CommonIdentifierPosition {
    int get();
    void set(int value);
}
[<DefaultValueAttribute(-1)>]
member CommonIdentifierPosition : int with get, set
<DefaultValueAttribute(-1)>
Public Property CommonIdentifierPosition As Integer

Property Value

Type: System.Int32

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

See Also

DimensionAttributeVisualizationProperties Class
Microsoft.AnalysisServices Namespace

Return to top