DimensionCollection Class
Contains a collection of Dimension objects. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<DefaultMemberAttribute("Item")> _
<GuidAttribute("A99E1687-D325-4308-9347-38415CC5E043")> _
Public NotInheritable Class DimensionCollection
Inherits MajorObjectCollection
[DefaultMemberAttribute("Item")]
[GuidAttribute("A99E1687-D325-4308-9347-38415CC5E043")]
public sealed class DimensionCollection : MajorObjectCollection
[DefaultMemberAttribute(L"Item")]
[GuidAttribute(L"A99E1687-D325-4308-9347-38415CC5E043")]
public ref class DimensionCollection sealed : public MajorObjectCollection
/** @attribute DefaultMemberAttribute("Item") */
/** @attribute GuidAttribute("A99E1687-D325-4308-9347-38415CC5E043") */
public final class DimensionCollection extends MajorObjectCollection
DefaultMemberAttribute("Item")
GuidAttribute("A99E1687-D325-4308-9347-38415CC5E043")
public final class DimensionCollection extends MajorObjectCollection
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.ModelComponentCollection
Microsoft.AnalysisServices.NamedComponentCollection
Microsoft.AnalysisServices.MajorObjectCollection
Microsoft.AnalysisServices.DimensionCollection
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
DimensionCollection Members
Microsoft.AnalysisServices Namespace