Compartir a través de


ModelComponentCollection.DemandLoadingService Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the demand loading service for the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ModelComponentCollection Clase

Espacio de nombres Microsoft.AnalysisServices