Compartilhar via


Propriedade do RDL ModelComponentCollection.DemandLoadingService

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the demand loading service for the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Protected ReadOnly Property DemandLoadingService As IHostOnDemandLoader 
    Get
'Uso
Dim value As IHostOnDemandLoader 

value = Me.DemandLoadingService
protected IHostOnDemandLoader DemandLoadingService { get; }
protected:
property IHostOnDemandLoader^ DemandLoadingService {
    IHostOnDemandLoader^ get ();
}
member DemandLoadingService : IHostOnDemandLoader
function get DemandLoadingService () : IHostOnDemandLoader

Valor da propriedade

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

Consulte também

Referência

ModelComponentCollection Classe

Namespace Microsoft.AnalysisServices