Compartilhar via


Interface INamedComponentCollection

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Contains a collection of specified objects.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")> _
Public Interface INamedComponentCollection _
    Inherits IModelComponentCollection, ICollection, IEnumerable
'Uso
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

O tipo INamedComponentCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count (Herdado de ICollection.)
Propriedade pública IsSynchronized (Herdado de ICollection.)
Propriedade pública Parent Infraestrutura. Gets the parent IModelComponent of the IModelComponentCollection. (Herdado de IModelComponentCollection.)
Propriedade pública SyncRoot (Herdado de ICollection.)

Início

Métodos

  Nome Descrição
Método público Contains(String) Indicates whether the collection contains the AttributeRelationship, identified by attributeId.
Método público Contains(IModelComponent) Infraestrutura. Indicates whether the collection contains a specified IModelComponent. (Herdado de IModelComponentCollection.)
Método público ContainsName Indicates whether the collection contains a AttributeRelationship with the specified name.
Método público CopyTo (Herdado de ICollection.)
Método público GetEnumerator (Herdado de IEnumerable.)
Método público GetNewID() Generates a new Unique ID from the component.
Método público GetNewID(String) Generates a new Unique ID from the component.
Método público GetNewName() Assists in creating new consecutive numbered names that start with namePrefix.
Método público GetNewName(String) Assists in creating new consecutive numbered names that start with namePrefix.
Método público Remove(IModelComponent) Infraestrutura. Removes an IModelComponent from the collection. (Herdado de IModelComponentCollection.)
Método público Remove(IModelComponent, Boolean) Infraestrutura. Removes an IModelComponent from the collection. (Herdado de IModelComponentCollection.)

Início

Consulte também

Referência

Namespace Microsoft.AnalysisServices