다음을 통해 공유


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.