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


Класс Set

Represents an ordered collection of zero or more tuples.

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

System.Object
  Microsoft.AnalysisServices.AdomdClient.Set

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

Синтаксис

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

Тип 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.

В начало

Методы

  Имя Описание
Открытый метод Equals Determines whether two instances of System.Object are equal. (Переопределяет Object.Equals(Object).)
Открытый метод GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Переопределяет Object.GetHashCode().)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент Equality Determines whether two specified instances of Set are equal.
Открытый операторСтатический элемент Inequality Determines whether two specified instances of Set are not equal.

В начало

Замечания

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.AdomdClient