Interfaccia IHostMaterializationService

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Provides a host services for materialization.

Spazio dei nomi  Microsoft.AnalysisServices.Hosting
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("45BF1B3B-4C61-4681-89A5-29D9D43C462A")> _
Public Interface IHostMaterializationService
'Utilizzo
Dim instance As IHostMaterializationService
[GuidAttribute("45BF1B3B-4C61-4681-89A5-29D9D43C462A")]
public interface IHostMaterializationService
[GuidAttribute(L"45BF1B3B-4C61-4681-89A5-29D9D43C462A")]
public interface class IHostMaterializationService
[<GuidAttribute("45BF1B3B-4C61-4681-89A5-29D9D43C462A")>]
type IHostMaterializationService =  interface end
public interface IHostMaterializationService

Nel tipo IHostMaterializationService sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica SitingBlocked Infrastruttura. Gets whether the siting is blocked.

In alto

Metodi

  Nome Descrizione
Metodo pubblico DematerializeComponent Infrastruttura. Dematerializes the component in the service.
Metodo pubblico MaterializeComponent Infrastruttura. Materializes the component in the service.
Metodo pubblico UpdateMaterialization Infrastruttura. Updates the materialization service.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices.Hosting