Share via


INamedComponent 接口

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

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

语法

声明
<GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")> _
Public Interface INamedComponent _
    Inherits IModelComponent, IComponent, IDisposable
用法
Dim instance As INamedComponent
[GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")]
public interface INamedComponent : IModelComponent, 
    IComponent, IDisposable
[GuidAttribute(L"BBCC5A46-0217-4a45-ACAE-189239F101BF")]
public interface class INamedComponent : IModelComponent, 
    IComponent, IDisposable
[<GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")>]
type INamedComponent =  
    interface
        interface IModelComponent
        interface IComponent
        interface IDisposable
    end
public interface INamedComponent extends IModelComponent, IComponent, IDisposable

INamedComponent 类型公开以下成员。

属性

  名称 说明
公共属性 Description
公共属性 FriendlyPath 基础结构。 (从 IModelComponent 继承。)
公共属性 ID
公共属性 Name
公共属性 OwningCollection 基础结构。 (从 IModelComponent 继承。)
公共属性 Parent 基础结构。 (从 IModelComponent 继承。)
公共属性 Site (从 IComponent 继承。)

页首

方法

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

页首

事件

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

页首