Partager via


Classe MiningAttributeCollection

Représente une collection en lecture seule et à la demande, d'objets MiningAttribute contenus par un MiningModel.

Hiérarchie d'héritage

Object
  Microsoft.AnalysisServices.AdomdServer.MiningAttributeCollection

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

Syntaxe

'Déclaration
Public NotInheritable Class MiningAttributeCollection _
    Implements IDisposable, IEnumerable, ICollection
'Utilisation
Dim instance As MiningAttributeCollection
public sealed class MiningAttributeCollection : IDisposable, 
    IEnumerable, ICollection
public ref class MiningAttributeCollection sealed : IDisposable, 
    IEnumerable, ICollection
[<SealedAttribute>]
type MiningAttributeCollection =  
    class 
        interface IDisposable 
        interface IEnumerable 
        interface ICollection 
    end
public final class MiningAttributeCollection implements IDisposable, IEnumerable, ICollection

Le type MiningAttributeCollection expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Obtient le nombre d'objets MiningAttribute dans la collection.
Propriété publique IsSynchronized Obtient une valeur qui indique si l'accès à la collection est synchronisé (thread-safe).
Propriété publique Item[Int32] Obtient le MiningAttribute spécifié de la collection par son index.Dans Microsoft Visual C#, cette propriété est l'indexeur de la classe MiningAttributeCollection.
Propriété publique Item[String] Obtient le MiningAttribute spécifié de la collection par son nom.Dans Microsoft Visual C#, cette propriété est l'indexeur de la classe MiningAttributeCollection.
Propriété publique SyncRoot Obtient un Object qui peut être utilisé pour synchroniser l'accès à la collection.

Haut

Méthodes

  Nom Description
Méthode publique {dtor} Libère toutes les ressources utilisées par le MiningAttributeCollection.
Méthode protégée CopyTo(Array, Int32) Copie les éléments de MiningAttributeCollection dans le tableau spécifié, en commençant à un index de tableau particulier.
Méthode publique CopyTo(array<MiningAttribute[], Int32) Copie les éléments de la collection vers le tableau spécifié.
Méthode publique Dispose Libère toutes les ressources utilisées par l'instance actuelle du MiningAttributeCollection.
Méthode publique Equals (hérité de Object.)
Méthode publique Find Recherche le MiningAttribute spécifié de la collection par son nom.
Méthode publique GetEnumerator() Obtient un Enumerator pour parcourir la collection.
Méthode publique GetEnumerator() Obtient un IEnumerator pour itérer au sein de la collection.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut

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.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices.AdomdServer