IModelComponent 介面
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Represents a model component.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")> _
Public Interface IModelComponent _
Inherits IComponent, IDisposable
'用途
Dim instance As IModelComponent
[GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface IModelComponent : IComponent,
IDisposable
[GuidAttribute(L"3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface class IModelComponent : IComponent,
IDisposable
[<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")>]
type IModelComponent =
interface
interface IComponent
interface IDisposable
end
public interface IModelComponent extends IComponent, IDisposable
IModelComponent 型別公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
FriendlyPath | 基礎結構。Gets a friendly path for this instance. | |
OwningCollection | 基礎結構。Gets or sets the collection that owns the current object. | |
Parent | 基礎結構。Gets the parent IModelComponent of this instance. | |
Site | (繼承自 IComponent。) |
上層
方法
名稱 | 說明 | |
---|---|---|
Dispose | (繼承自 IDisposable。) |
上層
事件
名稱 | 說明 | |
---|---|---|
Disposed | (繼承自 IComponent。) |
上層