Partager via


Interface IModelComponentCollection

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a collection of IModelComponent objects.

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

Syntaxe

'Déclaration
<GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")> _
Public Interface IModelComponentCollection _
    Inherits ICollection, IEnumerable
'Utilisation
Dim instance As IModelComponentCollection
[GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")]
public interface IModelComponentCollection : ICollection, 
    IEnumerable
[GuidAttribute(L"BFF9CB56-3205-452b-B02C-C9603FCDF2C3")]
public interface class IModelComponentCollection : ICollection, 
    IEnumerable
[<GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")>]
type IModelComponentCollection =  
    interface 
        interface ICollection 
        interface IEnumerable 
    end
public interface IModelComponentCollection extends ICollection, IEnumerable

Le type IModelComponentCollection expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count (hérité de ICollection.)
Propriété publique IsSynchronized (hérité de ICollection.)
Propriété publique Parent Infrastructure. Gets the parent IModelComponent of the IModelComponentCollection.
Propriété publique SyncRoot (hérité de ICollection.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Contains Infrastructure. Indicates whether the collection contains a specified IModelComponent.
Méthode publique CopyTo (hérité de ICollection.)
Méthode publique GetEnumerator (hérité de IEnumerable.)
Méthode publique Remove(IModelComponent) Infrastructure. Removes an IModelComponent from the collection.
Méthode publique Remove(IModelComponent, Boolean) Infrastructure. Removes an IModelComponent from the collection.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices