Share via


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 네임스페이스