共用方式為


IMajorObject 介面

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<GuidAttribute("90D7A9C4-CC18-4154-9207-0E2D414E1975")> _
Public Interface IMajorObject _
    Inherits INamedComponent, IModelComponent, IComponent, IDisposable
'用途
Dim instance As IMajorObject
[GuidAttribute("90D7A9C4-CC18-4154-9207-0E2D414E1975")]
public interface IMajorObject : INamedComponent, 
    IModelComponent, IComponent, IDisposable
[GuidAttribute(L"90D7A9C4-CC18-4154-9207-0E2D414E1975")]
public interface class IMajorObject : INamedComponent, 
    IModelComponent, IComponent, IDisposable
[<GuidAttribute("90D7A9C4-CC18-4154-9207-0E2D414E1975")>]
type IMajorObject =  
    interface
        interface INamedComponent
        interface IModelComponent
        interface IComponent
        interface IDisposable
    end
public interface IMajorObject extends INamedComponent, IModelComponent, IComponent, IDisposable

IMajorObject 型別公開下列成員。

屬性

  名稱 說明
公用屬性 BaseType 基礎結構。
公用屬性 Description (繼承自 INamedComponent。)
公用屬性 FriendlyPath 基礎結構。 (繼承自 IModelComponent。)
公用屬性 ID (繼承自 INamedComponent。)
公用屬性 IsLoaded 基礎結構。
公用屬性 Name (繼承自 INamedComponent。)
公用屬性 ObjectReference 基礎結構。
公用屬性 OwningCollection 基礎結構。 (繼承自 IModelComponent。)
公用屬性 Parent 基礎結構。 (繼承自 IModelComponent。)
公用屬性 ParentDatabase 基礎結構。
公用屬性 ParentServer 基礎結構。
公用屬性 Path 基礎結構。
公用屬性 Site (繼承自 IComponent。)

上層

方法

  名稱 說明
公用方法 CreateBody 基礎結構。
公用方法 DependsOn 基礎結構。
公用方法 Dispose (繼承自 IDisposable。)
公用方法 GetDependents 基礎結構。
公用方法 Refresh() () () () 基礎結構。
公用方法 Refresh(Boolean, RefreshType) 基礎結構。
公用方法 Update 基礎結構。
公用方法 WriteRef 基礎結構。

上層

事件

  名稱 說明
公用事件 Disposed (繼承自 IComponent。)

上層