Interface INamedComponentCollection

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

Contains a collection of specified objects.

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

Syntaxe

'Déclaration
<GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")> _
Public Interface INamedComponentCollection _
    Inherits IModelComponentCollection, ICollection, IEnumerable
'Utilisation
Dim instance As INamedComponentCollection
[GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")]
public interface INamedComponentCollection : IModelComponentCollection, 
    ICollection, IEnumerable
[GuidAttribute(L"663B8189-4FAF-48ef-A447-394B615D45F0")]
public interface class INamedComponentCollection : IModelComponentCollection, 
    ICollection, IEnumerable
[<GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")>]
type INamedComponentCollection =  
    interface 
        interface IModelComponentCollection 
        interface ICollection 
        interface IEnumerable 
    end
public interface INamedComponentCollection extends IModelComponentCollection, ICollection, IEnumerable

Le type INamedComponentCollection 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. (hérité de IModelComponentCollection.)
Propriété publique SyncRoot (hérité de ICollection.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Contains(String) Indicates whether the collection contains the AttributeRelationship, identified by attributeId.
Méthode publique Contains(IModelComponent) Infrastructure. Indicates whether the collection contains a specified IModelComponent. (hérité de IModelComponentCollection.)
Méthode publique ContainsName Indicates whether the collection contains a AttributeRelationship with the specified name.
Méthode publique CopyTo (hérité de ICollection.)
Méthode publique GetEnumerator (hérité de IEnumerable.)
Méthode publique GetNewID() Generates a new Unique ID from the component.
Méthode publique GetNewID(String) Generates a new Unique ID from the component.
Méthode publique GetNewName() Assists in creating new consecutive numbered names that start with namePrefix.
Méthode publique GetNewName(String) Assists in creating new consecutive numbered names that start with namePrefix.
Méthode publique Remove(IModelComponent) Infrastructure. Removes an IModelComponent from the collection. (hérité de IModelComponentCollection.)
Méthode publique Remove(IModelComponent, Boolean) Infrastructure. Removes an IModelComponent from the collection. (hérité de IModelComponentCollection.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices