Compartilhar via


Propriedade do RDL AggregationDesignAttribute.CubeAttribute

Gets a CubeAttribute associated with a cube element.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property CubeAttribute As CubeAttribute 
    Get
'Uso
Dim instance As AggregationDesignAttribute 
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.CubeAttribute
An attribute associated with a cube element.

Consulte também

Referência

AggregationDesignAttribute Classe

Namespace Microsoft.AnalysisServices