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 命名空间