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