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


Интерфейс IModelComponentCollection

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

Represents a collection of IModelComponent objects.

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

Синтаксис

'Декларация
<GuidAttribute("BFF9CB56-3205-452b-B02C-C9603FCDF2C3")> _
Public Interface IModelComponentCollection _
    Inherits ICollection, IEnumerable
'Применение
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

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

Свойства

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

В начало

Методы

  Имя Описание
Открытый метод Contains Инфраструктура. Indicates whether the collection contains a specified IModelComponent.
Открытый метод CopyTo (Производный от ICollection.)
Открытый метод GetEnumerator (Производный от IEnumerable.)
Открытый метод Remove(IModelComponent) Инфраструктура. Removes an IModelComponent from the collection.
Открытый метод Remove(IModelComponent, Boolean) Инфраструктура. Removes an IModelComponent from the collection.

В начало

См. также

Справочник

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