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 | |
---|---|---|
Count | (Se hereda de ICollection.) | |
IsSynchronized | (Se hereda de ICollection.) | |
Parent | Infraestructura. Gets the parent IModelComponent of the IModelComponentCollection. (Se hereda de IModelComponentCollection.) | |
SyncRoot | (Se hereda de ICollection.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Contains(String) | Indicates whether the collection contains the AttributeRelationship, identified by attributeId. | |
Contains(IModelComponent) | Infraestructura. Indicates whether the collection contains a specified IModelComponent. (Se hereda de IModelComponentCollection.) | |
ContainsName | Indicates whether the collection contains a AttributeRelationship with the specified name. | |
CopyTo | (Se hereda de ICollection.) | |
GetEnumerator | (Se hereda de IEnumerable.) | |
GetNewID() | Generates a new Unique ID from the component. | |
GetNewID(String) | Generates a new Unique ID from the component. | |
GetNewName() | Assists in creating new consecutive numbered names that start with namePrefix. | |
GetNewName(String) | Assists in creating new consecutive numbered names that start with namePrefix. | |
Remove(IModelComponent) | Infraestructura. Removes an IModelComponent from the collection. (Se hereda de IModelComponentCollection.) | |
Remove(IModelComponent, Boolean) | Infraestructura. Removes an IModelComponent from the collection. (Se hereda de IModelComponentCollection.) |
Arriba