Compartilhar via


Interface INamedComponentCollection

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

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. (Herdado de IModelComponentCollection.)
Propriedade pública SyncRoot (Herdado de ICollection.)

Início

Consulte também

Referência