IModelComponent 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents a model component.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")> _
Public Interface IModelComponent _
    Inherits IComponent, IDisposable
用法
Dim instance As IModelComponent
[GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface IModelComponent : IComponent, 
    IDisposable
[GuidAttribute(L"3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface class IModelComponent : IComponent, 
    IDisposable
[<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")>]
type IModelComponent =  
    interface 
        interface IComponent 
        interface IDisposable 
    end
public interface IModelComponent extends IComponent, IDisposable

IModelComponent 类型公开以下成员。

属性

  名称 说明
公共属性 FriendlyPath 基础结构。Gets a friendly path for this instance.
公共属性 OwningCollection 基础结构。Gets or sets the collection that owns the current object.
公共属性 Parent 基础结构。Gets the parent IModelComponent of this instance.
公共属性 Site (从 IComponent 继承。)

页首

方法

  名称 说明
公共方法 Dispose (从 IDisposable 继承。)

页首

事件

  名称 说明
公共事件 Disposed (从 IComponent 继承。)

页首

请参阅

参考

Microsoft.AnalysisServices 命名空间