共用方式為


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。)

上層