Structure CubeCollection.Enumerator

Implements the System.Collections..::..IEnumerator interface to support iterating over an CubeCollection and reading its individual CubeDef objects.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (dans Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Structure Enumerator _
    Implements IEnumerator
'Utilisation
Dim instance As CubeCollection.Enumerator
public struct Enumerator : IEnumerator
public value class Enumerator : IEnumerator
[<SealedAttribute>]
type Enumerator =  
    struct
        interface IEnumerator
    end
JScript prend en charge l'utilisation de structures, mais pas la déclaration de nouvelles structures.

Notes

In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.