IMaterializationService Interface

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)

Syntax

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

The IMaterializationService type exposes the following members.

Properties

  Name Description
Public property MaterizalizationBlocked Infrastructure. Gets a value that indicates whether the materialization service has been blocked.
Public property SitingBlocked Infrastructure. Gets a value that indicates whether the siting of the materialization service has been blocked.

Top

Methods

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

Top

See Also

Reference

Microsoft.DataWarehouse.ComponentModel Namespace