共用方式為


INamedComponentCollection 介面

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

Contains a collection of specified objects.

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

上層

方法

  名稱 說明
公用方法 Contains(String) Indicates whether the collection contains the AttributeRelationship, identified by attributeId.
公用方法 Contains(IModelComponent) 基礎結構。Indicates whether the collection contains a specified IModelComponent. (繼承自 IModelComponentCollection。)
公用方法 ContainsName Indicates whether the collection contains a AttributeRelationship with the specified name.
公用方法 CopyTo (繼承自 ICollection。)
公用方法 GetEnumerator (繼承自 IEnumerable。)
公用方法 GetNewID() Generates a new Unique ID from the component.
公用方法 GetNewID(String) Generates a new Unique ID from the component.
公用方法 GetNewName() Assists in creating new consecutive numbered names that start with namePrefix.
公用方法 GetNewName(String) Assists in creating new consecutive numbered names that start with namePrefix.
公用方法 Remove(IModelComponent) 基礎結構。Removes an IModelComponent from the collection. (繼承自 IModelComponentCollection。)
公用方法 Remove(IModelComponent, Boolean) 基礎結構。Removes an IModelComponent from the collection. (繼承自 IModelComponentCollection。)

上層

請參閱

參考

Microsoft.AnalysisServices 命名空間