Propriété PerspectiveDimension.Attributes

Gets the collection of attributes for the associated PerspectiveDimension.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Attributes As PerspectiveAttributeCollection 
    Get
'Utilisation
Dim instance As PerspectiveDimension 
Dim value As PerspectiveAttributeCollection 

value = instance.Attributes
[BrowsableAttribute(false)]
public PerspectiveAttributeCollection Attributes { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveAttributeCollection^ Attributes {
    PerspectiveAttributeCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Attributes : PerspectiveAttributeCollection
function get Attributes () : PerspectiveAttributeCollection

Valeur de propriété

Type : Microsoft.AnalysisServices.PerspectiveAttributeCollection
A collection of attributes.

Voir aussi

Référence

PerspectiveDimension Classe

Espace de noms Microsoft.AnalysisServices