TupleCollection 類別
繼承階層
Object
Microsoft.AnalysisServices.AdomdServer.TupleCollection
命名空間: Microsoft.AnalysisServices.AdomdServer
組件: msmgdsrv (在 msmgdsrv.dll 中)
語法
'宣告
Public NotInheritable Class TupleCollection _
Implements IEnumerable, IDisposable
'用途
Dim instance As TupleCollection
public sealed class TupleCollection : IEnumerable,
IDisposable
public ref class TupleCollection sealed : IEnumerable,
IDisposable
[<SealedAttribute>]
type TupleCollection =
class
interface IEnumerable
interface IDisposable
end
public final class TupleCollection implements IEnumerable, IDisposable
TupleCollection 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Count | 取得集合中 Tuple 物件的數目。 | |
Item | 依據索引,從集合取得指定的 Tuple。在 Microsoft Visual C# 中,這個屬性是 TupleCollection 類別的索引子。 |
回到頁首
方法
名稱 | 說明 | |
---|---|---|
{dtor} | 釋放 TupleCollection 使用的所有資源。 | |
Dispose | 釋放 TupleCollection 使用的所有資源。 | |
Equals | (繼承自 Object。) | |
GetEnumerator() | 取得可逐一查看集合的列舉值。 | |
GetEnumerator() | 取得逐一查看集合的列舉值。 | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
回到頁首
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。