次の方法で共有


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)