PerspectiveDimensionCollection Class

Contains a collection of PerspectiveDimension objects. This class cannot be inherited.

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

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
<GuidAttribute("B85775C3-4E48-4d77-A134-9ACE4A55EF77")> _
Public NotInheritable Class PerspectiveDimensionCollection
    Inherits ModelComponentCollection
[DefaultMemberAttribute("Item")] 
[GuidAttribute("B85775C3-4E48-4d77-A134-9ACE4A55EF77")] 
public sealed class PerspectiveDimensionCollection : ModelComponentCollection
[DefaultMemberAttribute(L"Item")] 
[GuidAttribute(L"B85775C3-4E48-4d77-A134-9ACE4A55EF77")] 
public ref class PerspectiveDimensionCollection sealed : public ModelComponentCollection
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute GuidAttribute("B85775C3-4E48-4d77-A134-9ACE4A55EF77") */ 
public final class PerspectiveDimensionCollection extends ModelComponentCollection
DefaultMemberAttribute("Item") 
GuidAttribute("B85775C3-4E48-4d77-A134-9ACE4A55EF77") 
public final class PerspectiveDimensionCollection extends ModelComponentCollection

Inheritance Hierarchy

System.Object
   Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.PerspectiveDimensionCollection

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

PerspectiveDimensionCollection Members
Microsoft.AnalysisServices Namespace