Compartir a través de


Interfaz INamedComponentCollection

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

Contains a collection of specified objects.

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. Gets the parent IModelComponent of the IModelComponentCollection. (Se hereda de IModelComponentCollection.)
Propiedad pública SyncRoot (Se hereda de ICollection.)

Arriba

Métodos

  Nombre Descripción
Método público Contains(String) Indicates whether the collection contains the AttributeRelationship, identified by attributeId.
Método público Contains(IModelComponent) Infraestructura. Indicates whether the collection contains a specified IModelComponent. (Se hereda de IModelComponentCollection.)
Método público ContainsName Indicates whether the collection contains a AttributeRelationship with the specified name.
Método público CopyTo (Se hereda de ICollection.)
Método público GetEnumerator (Se hereda 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) Infraestructura. Removes an IModelComponent from the collection. (Se hereda de IModelComponentCollection.)
Método público Remove(IModelComponent, Boolean) Infraestructura. Removes an IModelComponent from the collection. (Se hereda de IModelComponentCollection.)

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices