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 命名空间