Freigeben über


AdomdErrorCollection.Enumerator-Struktur

Implements the System.Collections..::..IEnumerator interface to support iterating over an AdomdErrorCollection and reading its individual AdomdError 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 AdomdErrorCollection.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.