Position 類別
Represents a tuple reference contained by an Axis.
繼承階層
System.Object
Microsoft.AnalysisServices.AdomdClient.Position
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
Public NotInheritable Class Position
'用途
Dim instance As Position
public sealed class Position
public ref class Position sealed
[<SealedAttribute>]
type Position = class end
public final class Position
Position 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Members | Gets an instance of the MemberCollection class that contains the members of the Position. | |
Ordinal | Gets the ordinal position of the Position. |
上層
方法
名稱 | 說明 | |
---|---|---|
Equals | Determines whether two instances of System.Object are equal. (覆寫 Object.Equals(Object)。) | |
GetHashCode | Serves as a hash function for a particular type, 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 Position are equal. | |
Inequality | Determines whether two specified instances of Position are not equal. |
上層
備註
A Position encapsulates tuple references within the axis of a cellset. Use Position to represent tuples for display purposes when displaying a cellset.
[!附註]
The Position object is available primarily for backward compatibility. A Position represents a coordinate along the axis that contains it. Each Position on the axis has a corresponding Tuple in the Set contained by that axis. We recommend using the Tuple instead of the Position, in most cases.
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。