Classe MiningStructureCollection.Enumerator

Supports iterating over a MiningStructureCollection and reading its individual MiningStructure objects.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningStructureCollection.Enumerator

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class Enumerator _
    Implements IEnumerator
'Utilizzo
Dim instance As MiningStructureCollection.Enumerator
public sealed class Enumerator : IEnumerator
public ref class Enumerator sealed : IEnumerator
[<SealedAttribute>]
type Enumerator =  
    class 
        interface IEnumerator 
    end
public final class Enumerator implements IEnumerator

Nel tipo MiningStructureCollection.Enumerator sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Current Gets the current MiningStructure in the MiningStructureCollection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico {dtor} Releases all resources used by the MiningStructureCollection.Enumerator.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico MoveNext Moves to the next MiningStructure in the MiningStructureCollection.
Metodo pubblico Reset Sets the Enumerator to its initial position, which is before the first element in the collection.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer