IHostableComponent インターフェイス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ホストできるコンポーネントのインターフェイスを表します。

名前空間:  Microsoft.AnalysisServices.Hosting
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
<GuidAttribute("6173411B-3BB9-476e-A94F-9F6BD3F2929D")> _
Public Interface IHostableComponent
'使用
Dim instance As IHostableComponent
[GuidAttribute("6173411B-3BB9-476e-A94F-9F6BD3F2929D")]
public interface IHostableComponent
[GuidAttribute(L"6173411B-3BB9-476e-A94F-9F6BD3F2929D")]
public interface class IHostableComponent
[<GuidAttribute("6173411B-3BB9-476e-A94F-9F6BD3F2929D")>]
type IHostableComponent =  interface end
public interface IHostableComponent

IHostableComponent 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Host インフラストラクチャです。 IHostableComponent のホストを取得または設定します。

先頭に戻る

関連項目

参照

Microsoft.AnalysisServices.Hosting 名前空間