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) | 基礎結構。 |
上層