OlapInfoAxisCollection.Enumerator-Struktur
Supports iterating over a OlapInfoAxisCollection and reading its individual OlapInfoAxis 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 OlapInfoAxisCollection.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 JScript, you can use the structures in the .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.