Freigeben über


IMaterializationService-Schnittstelle

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

Represents a materialization service.

Namespace:  Microsoft.DataWarehouse.ComponentModel
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public Interface IMaterializationService
'Usage
Dim instance As IMaterializationService
public interface IMaterializationService
public interface class IMaterializationService
type IMaterializationService =  interface end
public interface IMaterializationService

Der IMaterializationService-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft MaterizalizationBlocked Infrastruktur Gets a value that indicates whether the materialization service has been blocked.
Öffentliche Eigenschaft SitingBlocked Infrastruktur Gets a value that indicates whether the siting of the materialization service has been blocked.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode BlockMaterialization Infrastruktur Blocks the specified materialization service.
Öffentliche Methode BlockSiting Infrastruktur Blocks the siting of the IMaterializationService object.
Öffentliche Methode ChangeMaterializedCaption Infrastruktur Indicates whether the materialized caption has been changed.
Öffentliche Methode DematerializeComponent Infrastruktur Dematerializes a specified component.
Öffentliche Methode MaterializeComponent Materializes a specified component.
Öffentliche Methode UnblockMaterialization Infrastruktur Unblocks the specified materialization.
Öffentliche Methode UnblockSiting Infrastruktur Unblocks a specified siting.
Öffentliche Methode UpdateMaterialization(IComponent) Infrastruktur Updates the IMaterializationService.
Öffentliche Methode UpdateMaterialization(IComponent, Boolean) Infrastruktur Updates the [T:Microsoft.DataWarehouse.ComponentModel.IMaterializationService.]

Zum Anfang

Siehe auch

Verweis

Microsoft.DataWarehouse.ComponentModel-Namespace