Freigeben über


IHostMaterializationService-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Provides a host services for materialization.

Namespace:  Microsoft.AnalysisServices.Hosting
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("45BF1B3B-4C61-4681-89A5-29D9D43C462A")> _
Public Interface IHostMaterializationService
'Usage
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

Der IHostMaterializationService-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft SitingBlocked Infrastruktur Gets whether the siting is blocked.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode DematerializeComponent Infrastruktur Dematerializes the component in the service.
Öffentliche Methode MaterializeComponent Infrastruktur Materializes the component in the service.
Öffentliche Methode UpdateMaterialization Infrastruktur Updates the materialization service.

Zum Anfang

Siehe auch

Verweis

Microsoft.AnalysisServices.Hosting-Namespace