共用方式為


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。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetEnumerator() () () () Gets an instance of the Enumerator class for iterating through the collection.
受保護的方法 GetEnumerator() () () ()
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 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.

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。