Compartir a través de


Interfaz INamedComponentCollection

Esta API admite la infraestructura de y no está prevista su utilización directa desde el código.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<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

El tipo INamedComponentCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count (Se hereda de ICollection.)
Propiedad pública IsSynchronized (Se hereda de ICollection.)
Propiedad pública Parent Infraestructura. (Se hereda de IModelComponentCollection.)
Propiedad pública SyncRoot (Se hereda de ICollection.)

Arriba