Compartir a través de


Interfaz IModelComponentCollection

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("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")> _
Public Interface IModelComponentCollection _
    Inherits ICollection, IEnumerable
'Uso
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

El tipo IModelComponentCollection 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.
Propiedad pública SyncRoot (Se hereda de ICollection.)

Arriba

Métodos

  Nombre Descripción
Método público Contains Infraestructura.
Método público CopyTo (Se hereda de ICollection.)
Método público GetEnumerator (Se hereda de IEnumerable.)
Método público Remove(IModelComponent) Infraestructura.
Método público Remove(IModelComponent, Boolean) Infraestructura.

Arriba