Classe MiningStructureColumnCollection
Représente une collection en lecture seule d'objets MiningStructureColumn. Cette classe ne peut pas être héritée.
Hiérarchie d'héritage
Object
Microsoft.AnalysisServices.AdomdServer.MiningStructureColumnCollection
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public NotInheritable Class MiningStructureColumnCollection _
Implements IDisposable, IEnumerable, ICollection
'Utilisation
Dim instance As MiningStructureColumnCollection
public sealed class MiningStructureColumnCollection : IDisposable,
IEnumerable, ICollection
public ref class MiningStructureColumnCollection sealed : IDisposable,
IEnumerable, ICollection
[<SealedAttribute>]
type MiningStructureColumnCollection =
class
interface IDisposable
interface IEnumerable
interface ICollection
end
public final class MiningStructureColumnCollection implements IDisposable, IEnumerable, ICollection
Le type MiningStructureColumnCollection expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
Count | Obtient le nombre d'objets MiningStructureColumn dans la collection. | |
IsSynchronized | Obtient une valeur qui indique si l'accès à la collection est synchronisé (thread-safe). | |
Item[Int32] | Obtient le MiningStructureColumn spécifié de la collection MiningStructureColumnCollection par son index.Dans Microsoft Visual C#, cette propriété est l'indexeur de la classe MiningStructureColumnCollection. | |
Item[String] | Obtient le MiningStructureColumn spécifié de la collection MiningStructureColumnCollection par son nom.Dans Microsoft Visual C#, cette propriété est l'indexeur de la classe MiningStructureColumnCollection. | |
SyncRoot | Obtient un objet qui peut être utilisé pour synchroniser l'accès à la collection MiningStructureColumnCollection. |
Haut
Méthodes
Nom | Description | |
---|---|---|
{dtor} | Libère toutes les ressources utilisées par le MiningStructureColumnCollection. | |
CopyTo(Array, Int32) | Copie les éléments de la collection MiningStructureColumnCollection vers le tableau spécifié. | |
CopyTo(array<MiningStructureColumn[], Int32) | Copie les éléments de la collection MiningStructureColumnCollection vers le tableau spécifié. | |
Dispose | Libère toutes les ressources utilisées par l'instance actuelle du MiningStructureColumnCollection. | |
Equals | (hérité de Object.) | |
Find | Recherche le MiningStructureColumn spécifié de la collection MiningStructureColumnCollection par son nom. | |
GetEnumerator() | Obtient un Enumerator pour itérer au sein de la collection MiningStructureColumnCollection. | |
GetEnumerator() | Retourne une valeur de type IEnumerator pour effectuer une itération au sein d'une collection. | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut
Notes
Le MiningStructureColumnCollection est utilisé pour représenter l'ensemble de colonnes retourné par une requête. Pour plus d'informations sur MiningStructureColumn, consultez MiningStructureColumn.
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.