IMajorObject インターフェイス
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
主要オブジェクトのコレクションを含みます。
名前空間: 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 | インフラストラクチャです。 IMajorObject の基本型の実装を取得します。 | |
Description | コンポーネントの長い説明を取得または設定します。 (INamedComponent から継承されています。) | |
FriendlyPath | インフラストラクチャです。このインスタンスの表示パスを取得します。 (IModelComponent から継承されています。) | |
ID | コンポーネントのエンジン ID を取得または設定します。 (INamedComponent から継承されています。) | |
IsLoaded | インフラストラクチャです。オブジェクトが現在ロードされているかどうかを示す値を取得します。 | |
Name | ユーザーに示されるコンポーネントの名前を取得または設定します。 (INamedComponent から継承されています。) | |
ObjectReference | インフラストラクチャです。 IMajorObject のオブジェクト参照の実装を取得します。 | |
OwningCollection | インフラストラクチャです。現在のオブジェクトを所有するコレクションを取得または設定します。 (IModelComponent から継承されています。) | |
Parent | インフラストラクチャです。このインスタンスの親 IModelComponent を取得します。 (IModelComponent から継承されています。) | |
ParentDatabase | インフラストラクチャです。 IMajorObject により参照される、親データベースを取得します。 | |
ParentServer | インフラストラクチャです。 IMajorObject オブジェクトの親である Server オブジェクトを取得します。 | |
Path | インフラストラクチャです。パスの実装を取得します。 | |
Site | (IComponent から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
CreateBody | インフラストラクチャです。 IMajorObject の新しい本文を作成します。 | |
DependsOn | インフラストラクチャです。ディメンションの権限がオブジェクトに依存するかどうかを示します。 | |
Dispose | (IDisposable から継承されています。) | |
GetDependents | インフラストラクチャです。マイニング構造と後続の依存オブジェクトを指定した Hashtable に追加します。 | |
Refresh() | インフラストラクチャです。サーバー定義を基に現在のオブジェクトを更新します。 | |
Refresh(Boolean, RefreshType) | インフラストラクチャです。サーバー定義を基に現在のオブジェクトを更新します。また、指定されている場合は、読み込まれた依存オブジェクトも更新します。 | |
Update | インフラストラクチャです。依存オブジェクトを更新するための既定値を使用して、現在のオブジェクトのサーバー定義を実際の値に更新します。 | |
WriteRef | インフラストラクチャです。 IMajorObject の参照を書き込みます。 |
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
Disposed | (IComponent から継承されています。) |
先頭に戻る