INamedComponent 接口

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

命名空间:  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 Gets or sets the long description of the component.
公共属性 FriendlyPath 基础结构。Gets a friendly path for this instance. (从 IModelComponent 继承。)
公共属性 ID Gets or sets the engine ID of the component.
公共属性 Name Gets or sets the name of the component as presented to user.
公共属性 OwningCollection 基础结构。Gets or sets the collection that owns the current object. (从 IModelComponent 继承。)
公共属性 Parent 基础结构。Gets the parent IModelComponent of this instance. (从 IModelComponent 继承。)
公共属性 Site (从 IComponent 继承。)

页首

方法

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

页首

事件

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

页首

请参阅

参考

Microsoft.AnalysisServices 命名空间