共用方式為


AggregationAttribute.CubeAttribute 屬性

Gets the CubeAttribute that associates the current AggregationAttribute to the parent cube.

命名空間:  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
A CubeAttribute that associates the current AggregationAttribute to the parent cube.

請參閱

參考

AggregationAttribute 類別

Microsoft.AnalysisServices 命名空間