Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the collection of attributes for the associated PerspectiveDimension.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Attributes As PerspectiveAttributeCollection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.PerspectiveAttributeCollection
A collection of attributes.