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