共用方式為


IMajorObject 介面

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

Contains the collection of major objects.

命名空間:  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 基礎結構。Gets the base type implementation of the IMajorObject.
公用屬性 Description Gets or sets the long description of the component. (繼承自 INamedComponent。)
公用屬性 FriendlyPath 基礎結構。Gets a friendly path for this instance. (繼承自 IModelComponent。)
公用屬性 ID Gets or sets the engine ID of the component. (繼承自 INamedComponent。)
公用屬性 IsLoaded 基礎結構。Gets a value indicating whether the object is currently loaded.
公用屬性 Name Gets or sets the name of the component as presented to user. (繼承自 INamedComponent。)
公用屬性 ObjectReference 基礎結構。Gets the object reference implementation of the IMajorObject.
公用屬性 OwningCollection 基礎結構。Gets or sets the collection that owns the current object. (繼承自 IModelComponent。)
公用屬性 Parent 基礎結構。Gets the parent IModelComponent of this instance. (繼承自 IModelComponent。)
公用屬性 ParentDatabase 基礎結構。Gets the parent database referred to by IMajorObject.
公用屬性 ParentServer 基礎結構。Gets the Server object that is the parent of the IMajorObject object.
公用屬性 Path 基礎結構。Gets the path implementation.
公用屬性 Site (繼承自 IComponent。)

上層

方法

  名稱 說明
公用方法 CreateBody 基礎結構。Creates a new body for the IMajorObject.
公用方法 DependsOn 基礎結構。Determines whether the dimension permission depends on an object.
公用方法 Dispose (繼承自 IDisposable。)
公用方法 GetDependents 基礎結構。Adds a mining structures and subsequent dependents to the specified Hashtable.
公用方法 Refresh() 基礎結構。Updates current object from server definitions.
公用方法 Refresh(Boolean, RefreshType) 基礎結構。Updates current object from server definitions and loaded dependent objects if specified.
公用方法 Update 基礎結構。Updates server definition of current object to actual values using the default values to updates dependent objects.
公用方法 WriteRef 基礎結構。Writes a reference for the IMajorObject.

上層

事件

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

上層

請參閱

參考

Microsoft.AnalysisServices 命名空間