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