ModelComponentCollection.DemandLoadingService Property

 

Applies To: SQL Server (starting with 2016)

Gets the demand loading service for the collection.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

protected IHostOnDemandLoader DemandLoadingService { get; }
protected:
property IHostOnDemandLoader^ DemandLoadingService {
    IHostOnDemandLoader^ get();
}
member DemandLoadingService : IHostOnDemandLoader with get
Protected ReadOnly Property DemandLoadingService As IHostOnDemandLoader

Property Value

Type: Microsoft.AnalysisServices.Hosting.IHostOnDemandLoader

The demand loading service for the collection.

See Also

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top