ModelComponentCollection.DemandLoadingService Property

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

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