IMaterializationService Interface

 

Applies To: SQL Server 2016 Preview

Represents a materialization service.

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

Syntax

public interface IMaterializationService
public interface class IMaterializationService
type IMaterializationService = interface end
Public Interface IMaterializationService

Properties

Name Description
System_CAPS_pubproperty MaterizalizationBlocked

Gets a value that indicates whether the materialization service has been blocked.

System_CAPS_pubproperty SitingBlocked

Gets a value that indicates whether the siting of the materialization service has been blocked.

Methods

Name Description
System_CAPS_pubmethod BlockMaterialization()

Blocks the specified materialization service.

System_CAPS_pubmethod BlockSiting()

Blocks the siting of the IMaterializationService object.

System_CAPS_pubmethod ChangeMaterializedCaption(IComponent, String)

Indicates whether the materialized caption has been changed.

System_CAPS_pubmethod DematerializeComponent(IComponent, Object)

Dematerializes a specified component.

System_CAPS_pubmethod MaterializeComponent(IComponent, Object)

Materializes a specified component.

System_CAPS_pubmethod UnblockMaterialization()

Unblocks the specified materialization.

System_CAPS_pubmethod UnblockSiting()

Unblocks a specified siting.

System_CAPS_pubmethod UpdateMaterialization(IComponent)

Updates the IMaterializationService.

System_CAPS_pubmethod UpdateMaterialization(IComponent, Boolean)

Updates the T:Microsoft.DataWarehouse.ComponentModel.IMaterializationService.

See Also

Microsoft.DataWarehouse.ComponentModel Namespace

Return to top