IMajorObject 接口
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
命名空间: 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 | 基础结构。 |
页首