INamedComponentCollection 接口
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
命名空间: 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 | 基础结构。 (从 IModelComponentCollection 继承。) | |
SyncRoot | (从 ICollection 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
Contains(String) | ||
Contains(IModelComponent) | 基础结构。 (从 IModelComponentCollection 继承。) | |
ContainsName | ||
CopyTo | (从 ICollection 继承。) | |
GetEnumerator | (从 IEnumerable 继承。) | |
GetNewID() () () () | ||
GetNewID(String) | ||
GetNewName() () () () | ||
GetNewName(String) | ||
Remove(IModelComponent) | 基础结构。 (从 IModelComponentCollection 继承。) | |
Remove(IModelComponent, Boolean) | 基础结构。 (从 IModelComponentCollection 继承。) |
页首