CubeCollection.Enumerator-Struktur
Implements the System.Collections..::..IEnumerator interface to support iterating over an CubeCollection and reading its individual CubeDef objects.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Structure Enumerator _
Implements IEnumerator
'Usage
Dim instance As CubeCollection.Enumerator
public struct Enumerator : IEnumerator
public value class Enumerator : IEnumerator
[<SealedAttribute>]
type Enumerator =
struct
interface IEnumerator
end
JScript unterstützt die Verwendung von Strukturen, aber nicht die Deklaration neuer Strukturen.
Hinweise
In Microsoft JScript, you can use the structures in the Microsoft .NET Framework, but you cannot define your own.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.