Freigeben über


ModelComponentCollection.DemandLoadingService-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.Hosting.IHostOnDemandLoader
The demand loading service for the collection.

Siehe auch

Verweis

ModelComponentCollection Klasse

Microsoft.AnalysisServices-Namespace