IModelComponentCollection 接口
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
命名空间: 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) | 基础结构。 |
页首