ModelComponentCollection.DemandLoadingService Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the demand loading service for the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected ReadOnly Property DemandLoadingService As IHostOnDemandLoader
Get
'Usage
Dim value As IHostOnDemandLoader
value = Me.DemandLoadingService
protected IHostOnDemandLoader DemandLoadingService { get; }
protected:
property IHostOnDemandLoader^ DemandLoadingService {
IHostOnDemandLoader^ get ();
}
member DemandLoadingService : IHostOnDemandLoader
function get DemandLoadingService () : IHostOnDemandLoader
Property Value
Type: Microsoft.AnalysisServices.Hosting.IHostOnDemandLoader
The demand loading service for the collection.