Share via


INamedComponentCollection 接口

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  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 基础结构。 (从 IModelComponentCollection 继承。)
公共属性 SyncRoot (从 ICollection 继承。)

页首