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 | インフラストラクチャです。 |
先頭に戻る