共用方式為


IModelComponentCollection 介面

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Represents a collection of IModelComponent objects.

命名空間:  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 基礎結構。Gets the parent IModelComponent of the IModelComponentCollection.
公用屬性 SyncRoot (繼承自 ICollection。)

上層

方法

  名稱 說明
公用方法 Contains 基礎結構。Indicates whether the collection contains a specified IModelComponent.
公用方法 CopyTo (繼承自 ICollection。)
公用方法 GetEnumerator (繼承自 IEnumerable。)
公用方法 Remove(IModelComponent) 基礎結構。Removes an IModelComponent from the collection.
公用方法 Remove(IModelComponent, Boolean) 基礎結構。Removes an IModelComponent from the collection.

上層

請參閱

參考

Microsoft.AnalysisServices 命名空間