AggregationAttribute.CubeAttribute プロパティ

現在の AggregationAttribute を親キューブに関連付ける CubeAttribute を取得します。

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

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property CubeAttribute As CubeAttribute 
    Get
'使用
Dim instance As AggregationAttribute 
Dim value As CubeAttribute 

value = instance.CubeAttribute
[BrowsableAttribute(false)]
public CubeAttribute CubeAttribute { get; }
[BrowsableAttribute(false)]
public:
property CubeAttribute^ CubeAttribute {
    CubeAttribute^ get ();
}
[<BrowsableAttribute(false)>]
member CubeAttribute : CubeAttribute
function get CubeAttribute () : CubeAttribute

プロパティ値

型: Microsoft.AnalysisServices.CubeAttribute
現在の AggregationAttribute を親キューブに関連付ける CubeAttribute です。

関連項目

参照

AggregationAttribute クラス

Microsoft.AnalysisServices 名前空間