此 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 继承。) |
页首