CubeAttribute 속성
Represents an attribute associated with a cube element.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property CubeAttribute As CubeAttribute
Get
‘사용 방법
Dim instance As MeasureGroupAttribute
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