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)