Share via


RelationshipEndVisualizationProperties.CommonIdentifierPosition Property

Gets or sets the exact position of the common identifier.

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

Syntax

'Declaration
Public Property CommonIdentifierPosition As Integer 
    Get 
    Set
'Usage
Dim instance As RelationshipEndVisualizationProperties 
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)

Property Value

Type: System.Int32
The exact position of the common identifier.

See Also

Reference

RelationshipEndVisualizationProperties Class

Microsoft.AnalysisServices Namespace