Поделиться через


Интерфейс INamedComponentCollection

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Contains a collection of specified objects.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<GuidAttribute("663B8189-4FAF-48ef-A447-394B615D45F0")> _
Public Interface INamedComponentCollection _
    Inherits IModelComponentCollection, ICollection, IEnumerable
'Применение
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

Тип INamedComponentCollection обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Count (Производный от ICollection.)
Открытое свойство IsSynchronized (Производный от ICollection.)
Открытое свойство Parent Инфраструктура. Gets the parent IModelComponent of the IModelComponentCollection. (Производный от IModelComponentCollection.)
Открытое свойство SyncRoot (Производный от ICollection.)

В начало

Методы

  Имя Описание
Открытый метод Contains(String) Indicates whether the collection contains the AttributeRelationship, identified by attributeId.
Открытый метод Contains(IModelComponent) Инфраструктура. Indicates whether the collection contains a specified IModelComponent. (Производный от IModelComponentCollection.)
Открытый метод ContainsName Indicates whether the collection contains a AttributeRelationship with the specified name.
Открытый метод CopyTo (Производный от ICollection.)
Открытый метод GetEnumerator (Производный от 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) Инфраструктура. Removes an IModelComponent from the collection. (Производный от IModelComponentCollection.)
Открытый метод Remove(IModelComponent, Boolean) Инфраструктура. Removes an IModelComponent from the collection. (Производный от IModelComponentCollection.)

В начало

См. также

Справочник

Пространство имен Microsoft.AnalysisServices