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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。