Свойство MeasureGroupAttribute.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
Значение свойства
Тип: Microsoft.AnalysisServices.CubeAttribute
An attribute associated with a cube element.