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


Класс Set

Represents an ordered collection of zero or more tuples.

Иерархия наследования

System.Object
  Microsoft.AnalysisServices.AdomdServer.Set

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

Синтаксис

'Декларация
Public NotInheritable Class Set _
    Implements IEnumerable, IDisposable
'Применение
Dim instance As Set
public sealed class Set : IEnumerable, IDisposable
public ref class Set sealed : IEnumerable, 
    IDisposable
[<SealedAttribute>]
type Set =  
    class 
        interface IEnumerable 
        interface IDisposable 
    end
public final class Set implements IEnumerable, IDisposable

Тип Set обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Hierarchies Gets a reference to the HierarchyCollection collection referenced by the Set.
Открытое свойство Tuples Gets a reference to the TupleCollection collection referenced by the Set.

В начало

Методы

  Имя Описание
Открытый метод {dtor} Releases all resources used by the Set.
Открытый метод Dispose Releases all resources used by the Set.
Открытый метод Equals (Производный от Object.)
Открытый метод GetEnumerator() Gets an instance of the Enumerator class for iterating through the collection.
Защищенный метод GetEnumerator() Gets an enumerator that iterates through the collection.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

A set is an ordered collection of zero or more tuples. A set is most commonly used to define axes in a multidimensional query. Like tuples, sets also have dimensionality. Because a set is composed of tuples, the dimensionality of a set is expressed by the dimensionality of each tuple within it. Therefore, tuples within a set must have the same dimensionality.

In ADOMD.NET, the Set class encapsulates the basic information used to define a set. The Set class is used primarily to represent an axis within the Axes collection of a CellSet. The dimensionality of a set is represented by the Hierarchies collection within the Set class, which identifies the nesting order of hierarchies within a given axis for a CellSet.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.AnalysisServices.AdomdServer