Tuple 類別
Represents an ordered collection of members from different hierarchies.
繼承階層
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..Tuple
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public NotInheritable Class Tuple _
Implements IDisposable
'用途
Dim instance As Tuple
public sealed class Tuple : IDisposable
public ref class Tuple sealed : IDisposable
[<SealedAttribute>]
type Tuple =
class
interface IDisposable
end
public final class Tuple implements IDisposable
Tuple 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Members | Gets an instance of the MemberCollection class from the Tuple. | |
TupleOrdinal | Gets the ordinal position of the Tuple. |
上層
方法
名稱 | 說明 | |
---|---|---|
{dtor} | Releases all resources used by the Tuple. | |
Dispose | Releases all resources used by the Tuple. | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
備註
A tuple consists of an ordered collection of members.
A tuple cannot contain more than one member from any single hierarchy.
In ADOMD.NET, a Tuple is used to represent a tuple by encapsulating the collection of Member objects that define the tuple. Tuple objects can be referenced only through the Tuples property of a Set.
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。