MeasureGroupAttribute.Type プロパティ

指定された属性の型を取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property Type As MeasureGroupAttributeType 
    Get 
    Set
'使用
Dim instance As MeasureGroupAttribute 
Dim value As MeasureGroupAttributeType 

value = instance.Type

instance.Type = value
public MeasureGroupAttributeType Type { get; set; }
public:
property MeasureGroupAttributeType Type {
    MeasureGroupAttributeType get ();
    void set (MeasureGroupAttributeType value);
}
member Type : MeasureGroupAttributeType with get, set
function get Type () : MeasureGroupAttributeType 
function set Type (value : MeasureGroupAttributeType)

プロパティ値

型: Microsoft.AnalysisServices.MeasureGroupAttributeType
属性の型です。

関連項目

参照

MeasureGroupAttribute クラス

Microsoft.AnalysisServices 名前空間