Share via


Classe MiningStructureColumnCollection.Enumerator

Supports iterating over a MiningStructureColumnCollection and reading its individual MiningStructureColumn objects.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdServer..::..MiningStructureColumnCollection..::..Enumerator

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public NotInheritable Class Enumerator _
    Implements IEnumerator
'Utilisation
Dim instance As MiningStructureColumnCollection.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

Le type MiningStructureColumnCollection..::..Enumerator expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Current Gets the current MiningStructureColumn in the MiningStructureColumnCollection.

Haut de la page

Méthodes

  Nom Description
Méthode publique {dtor} Releases all resources used by the MiningStructureColumnCollection..::..Enumerator.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique MoveNext Moves to the next MiningStructureColumn in the MiningStructureColumnCollection.
Méthode publique Reset Sets the Enumerator to its initial position, which is before the first element in the collection.
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.