다음을 통해 공유


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.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property CommonIdentifierPosition As Integer 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

DimensionAttributeVisualizationProperties 클래스

Microsoft.AnalysisServices 네임스페이스