Interface INamedComponentCollection
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Contains a collection of specified objects.
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 | |
---|---|---|
Count | (Herdado de ICollection.) | |
IsSynchronized | (Herdado de ICollection.) | |
Parent | Infraestrutura. Gets the parent IModelComponent of the IModelComponentCollection. (Herdado de IModelComponentCollection.) | |
SyncRoot | (Herdado de ICollection.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Contains(String) | Indicates whether the collection contains the AttributeRelationship, identified by attributeId. | |
Contains(IModelComponent) | Infraestrutura. Indicates whether the collection contains a specified IModelComponent. (Herdado de IModelComponentCollection.) | |
ContainsName | Indicates whether the collection contains a AttributeRelationship with the specified name. | |
CopyTo | (Herdado de ICollection.) | |
GetEnumerator | (Herdado 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) | Infraestrutura. Removes an IModelComponent from the collection. (Herdado de IModelComponentCollection.) | |
Remove(IModelComponent, Boolean) | Infraestrutura. Removes an IModelComponent from the collection. (Herdado de IModelComponentCollection.) |
Início