IsAggregatable プロパティ
DimensionAttribute オブジェクトの値を集計できるかどうかを取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property IsAggregatable As Boolean
Get
Set
'使用
Dim instance As DimensionAttribute
Dim value As Boolean
value = instance.IsAggregatable
instance.IsAggregatable = value
public bool IsAggregatable { get; set; }
public:
property bool IsAggregatable {
bool get ();
void set (bool value);
}
member IsAggregatable : bool with get, set
function get IsAggregatable () : boolean
function set IsAggregatable (value : boolean)
プロパティ値
型: System. . :: . .Boolean
DimensionAttribute オブジェクトの値が集計できる場合は true、集計できない場合は false です。