Propriété ModelComponentCollection.DemandLoadingService
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the demand loading service for the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Protected ReadOnly Property DemandLoadingService As IHostOnDemandLoader
Get
'Utilisation
Dim value As IHostOnDemandLoader
value = Me.DemandLoadingService
protected IHostOnDemandLoader DemandLoadingService { get; }
protected:
property IHostOnDemandLoader^ DemandLoadingService {
IHostOnDemandLoader^ get ();
}
member DemandLoadingService : IHostOnDemandLoader
function get DemandLoadingService () : IHostOnDemandLoader
Valeur de propriété
Type : Microsoft.AnalysisServices.Hosting.IHostOnDemandLoader
The demand loading service for the collection.