AggregationDesignAttribute.CubeAttribute Property

 

Applies To: SQL Server 2016 Preview

Gets a CubeAttribute associated with a cube element.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public CubeAttribute CubeAttribute { get; }
public:
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
property CubeAttribute^ CubeAttribute {
    CubeAttribute^ get();
}
[<BrowsableAttribute(false)>]
[<XmlIgnoreAttribute>]
member CubeAttribute : CubeAttribute with get
<BrowsableAttribute(False)>
<XmlIgnoreAttribute>
Public ReadOnly Property CubeAttribute As CubeAttribute

Property Value

Type: Microsoft.AnalysisServices.CubeAttribute

An attribute associated with a cube element.

See Also

AggregationDesignAttribute Class
Microsoft.AnalysisServices Namespace

Return to top