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