TupleCollection.Enumerator-Klasse
Supports iterating over a TupleCollection and reading its individual Tuple objects.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class Enumerator _
Implements IEnumerator, IDisposable
'Usage
Dim instance As TupleCollection.Enumerator
public sealed class Enumerator : IEnumerator,
IDisposable
public ref class Enumerator sealed : IEnumerator,
IDisposable
[<SealedAttribute>]
type Enumerator =
class
interface IEnumerator
interface IDisposable
end
public final class Enumerator implements IEnumerator, IDisposable
Hinweise
In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.
Vererbungshierarchie
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..TupleCollection..::..Enumerator
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.