Интерфейс 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.) |
В начало