Freigeben über


MiningContentNodeCollection.Enumerator-Struktur

Supports iterating over a MiningContentNodeCollection and reading its individual MiningContentNode 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 MiningContentNodeCollection.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.