共用方式為


RelationshipEndVisualizationProperties.CommonIdentifierPosition 屬性

Gets or sets the exact position of the common identifier.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property CommonIdentifierPosition As Integer 
    Get 
    Set
'用途
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)

屬性值

型別:System.Int32
The exact position of the common identifier.

請參閱

參考

RelationshipEndVisualizationProperties 類別

Microsoft.AnalysisServices 命名空間