TupleCollection Class
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.AdomdServer.TupleCollection
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class TupleCollection _
Implements IEnumerable, IDisposable
'Usage
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
The TupleCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of Tuple objects in the collection. | |
Item | Gets the specified Tuple from the collection by its index. In Microsoft Visual C#, this property is the indexer for the TupleCollection class. |
Top
Methods
Name | Description | |
---|---|---|
{dtor} | Releases all resources used by the TupleCollection. | |
Dispose | Releases all resources used by the TupleCollection. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator() | Gets an Enumerator for iterating through the collection. | |
GetEnumerator() | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.