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)。) | |
Finalize | (繼承自 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。) | |
MemberwiseClone | (繼承自 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.
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。