DimensionAttributeVisualizationProperties.CommonIdentifierPosition プロパティ

レコードの識別に使用できる一連の共通属性におけるオブジェクトの位置を表す序数を取得または設定します。

名前空間:  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
レコードの識別に使用できる一連の共通属性におけるオブジェクトの位置を表す序数です。

関連項目

参照

DimensionAttributeVisualizationProperties クラス

Microsoft.AnalysisServices 名前空間