Interface IHostOnDemandLoader
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Displays the host of the demand loader.
Espace de noms : Microsoft.AnalysisServices.Hosting
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<GuidAttribute("8DC885C2-F3F9-4a99-BCC9-70401560E952")> _
Public Interface IHostOnDemandLoader
'Utilisation
Dim instance As IHostOnDemandLoader
[GuidAttribute("8DC885C2-F3F9-4a99-BCC9-70401560E952")]
public interface IHostOnDemandLoader
[GuidAttribute(L"8DC885C2-F3F9-4a99-BCC9-70401560E952")]
public interface class IHostOnDemandLoader
[<GuidAttribute("8DC885C2-F3F9-4a99-BCC9-70401560E952")>]
type IHostOnDemandLoader = interface end
public interface IHostOnDemandLoader
Le type IHostOnDemandLoader expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
LoadCollectionOnDemand | Infrastructure. Loads requested objects in the collection. |
Haut de la page