Поделиться через


Свойство ModelComponentCollection.DemandLoadingService

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the demand loading service for the collection.

Пространство имен:  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
The demand loading service for the collection.

См. также

Справочник

ModelComponentCollection Класс

Пространство имен Microsoft.AnalysisServices