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。) |
上層