ModelComponentCollection.DemandLoadingService プロパティ

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

コレクションに対する要求に応じた読み込みサービスを取得します。

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

構文

'宣言
Protected ReadOnly Property DemandLoadingService As IHostOnDemandLoader 
    Get
'使用
Dim value As IHostOnDemandLoader 

value = Me.DemandLoadingService
protected IHostOnDemandLoader DemandLoadingService { get; }
protected:
property IHostOnDemandLoader^ DemandLoadingService {
    IHostOnDemandLoader^ get ();
}
member DemandLoadingService : IHostOnDemandLoader
function get DemandLoadingService () : IHostOnDemandLoader

プロパティ値

型: Microsoft.AnalysisServices.Hosting.IHostOnDemandLoader
コレクションに対する要求に応じた読み込みサービスです。

関連項目

参照

ModelComponentCollection クラス

Microsoft.AnalysisServices 名前空間