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 | |
---|---|---|
Count | Obtient le nombre d'objets MiningAttribute dans la collection. | |
IsSynchronized | Obtient une valeur qui indique si l'accès à la collection est synchronisé (thread-safe). | |
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. | |
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. | |
SyncRoot | Obtient un Object qui peut être utilisé pour synchroniser l'accès à la collection. |
Haut
Méthodes
Nom | Description | |
---|---|---|
{dtor} | Libère toutes les ressources utilisées par le MiningAttributeCollection. | |
CopyTo(Array, Int32) | Copie les éléments de MiningAttributeCollection dans le tableau spécifié, en commençant à un index de tableau particulier. | |
CopyTo(array<MiningAttribute[], Int32) | Copie les éléments de la collection vers le tableau spécifié. | |
Dispose | Libère toutes les ressources utilisées par l'instance actuelle du MiningAttributeCollection. | |
Equals | (hérité de Object.) | |
Find | Recherche le MiningAttribute spécifié de la collection par son nom. | |
GetEnumerator() | Obtient un Enumerator pour parcourir la collection. | |
GetEnumerator() | Obtient un IEnumerator pour itérer au sein de la collection. | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
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.