Share via


IModelComponentCollection 接口

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

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

页首

方法

  名称 说明
公共方法 Contains 基础结构。
公共方法 CopyTo (从 ICollection 继承。)
公共方法 GetEnumerator (从 IEnumerable 继承。)
公共方法 Remove(IModelComponent) 基础结构。
公共方法 Remove(IModelComponent, Boolean) 基础结构。

页首