IModelComponent インターフェイス
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
モデル コンポーネントを表します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")> _
Public Interface IModelComponent _
Inherits IComponent, IDisposable
'使用
Dim instance As IModelComponent
[GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface IModelComponent : IComponent,
IDisposable
[GuidAttribute(L"3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface class IModelComponent : IComponent,
IDisposable
[<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")>]
type IModelComponent =
interface
interface IComponent
interface IDisposable
end
public interface IModelComponent extends IComponent, IDisposable
IModelComponent 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
FriendlyPath | インフラストラクチャです。このインスタンスの表示パスを取得します。 | |
OwningCollection | インフラストラクチャです。現在のオブジェクトを所有するコレクションを取得または設定します。 | |
Parent | インフラストラクチャです。このインスタンスの親 IModelComponent を取得します。 | |
Site | (IComponent から継承されています。) |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Dispose | (IDisposable から継承されています。) |
先頭に戻る
イベント
名前 | 説明 | |
---|---|---|
Disposed | (IComponent から継承されています。) |
先頭に戻る