Поделиться через


DimensionCollection Class

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

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<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

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

DimensionCollection Members
Microsoft.AnalysisServices Namespace