INamedComponentCollection 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示具名元件集合的容器。
[System.Runtime.InteropServices.Guid("663B8189-4FAF-48ef-A447-394B615D45F0")]
public interface INamedComponentCollection : Microsoft.AnalysisServices.IModelComponentCollection, System.Collections.ICollection
[<System.Runtime.InteropServices.Guid("663B8189-4FAF-48ef-A447-394B615D45F0")>]
type INamedComponentCollection = interface
interface IModelComponentCollection
interface ICollection
interface IEnumerable
Public Interface INamedComponentCollection
Implements ICollection, IModelComponentCollection
- 衍生
- 屬性
- 實作
屬性
Parent |
取得 IModelComponentCollection 的父 IModelComponent。 (繼承來源 IModelComponentCollection) |
方法
Contains(IModelComponent) |
指出集合是否包含指定的 IModelComponent。 (繼承來源 IModelComponentCollection) |
Contains(String) |
指出集合是否包含具有指定識別碼的元件。 |
ContainsName(String) |
指出集合是否包含具有指定名稱的元件。 |
GetNewID() |
針對集合中的元件,產生新的唯一識別碼。 |
GetNewID(String) |
針對集合中的元件,產生以指定前置詞開頭的新唯一識別碼。 |
GetNewName() |
針對集合中的元件,產生新的唯一名稱。 |
GetNewName(String) |
協助建立以指定前置詞開頭的新連續編號名稱。 |
Remove(IModelComponent, Boolean) |
從集合中移除 IModelComponent。 (繼承來源 IModelComponentCollection) |
Remove(IModelComponent) |
從集合中移除 IModelComponent。 (繼承來源 IModelComponentCollection) |