IMaterializationService Interface
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a materialization service.
Namespace: Microsoft.DataWarehouse.ComponentModel
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
The IMaterializationService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MaterizalizationBlocked | Infrastructure. Gets a value that indicates whether the materialization service has been blocked. |
![]() | SitingBlocked | Infrastructure. Gets a value that indicates whether the siting of the materialization service has been blocked. |
| Name | Description | |
|---|---|---|
![]() | BlockMaterialization | Infrastructure. Blocks the specified materialization service. |
![]() | BlockSiting | Infrastructure. Blocks the siting of the IMaterializationService object. |
![]() | ChangeMaterializedCaption | Infrastructure. Indicates whether the materialized caption has been changed. |
![]() | DematerializeComponent | Infrastructure. Dematerializes a specified component. |
![]() | MaterializeComponent | Materializes a specified component. |
![]() | UnblockMaterialization | Infrastructure. Unblocks the specified materialization. |
![]() | UnblockSiting | Infrastructure. Unblocks a specified siting. |
![]() | UpdateMaterialization(IComponent) | Infrastructure. Updates the IMaterializationService. |
![]() | UpdateMaterialization(IComponent, Boolean) | Infrastructure. Updates the [T:Microsoft.DataWarehouse.ComponentModel.IMaterializationService.] |

