This topic has not yet been rated - Rate this topic

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)
public interface IMaterializationService

The IMaterializationService type exposes the following members.

  NameDescription
Public propertyMaterizalizationBlockedInfrastructure. Gets a value that indicates whether the materialization service has been blocked.
Public propertySitingBlockedInfrastructure. Gets a value that indicates whether the siting of the materialization service has been blocked.
Top
  NameDescription
Public methodBlockMaterializationInfrastructure. Blocks the specified materialization service.
Public methodBlockSitingInfrastructure. Blocks the siting of the IMaterializationService object.
Public methodChangeMaterializedCaptionInfrastructure. Indicates whether the materialized caption has been changed.
Public methodDematerializeComponentInfrastructure. Dematerializes a specified component.
Public methodMaterializeComponentMaterializes a specified component.
Public methodUnblockMaterializationInfrastructure. Unblocks the specified materialization.
Public methodUnblockSitingInfrastructure. Unblocks a specified siting.
Public methodUpdateMaterialization(IComponent)Infrastructure. Updates the IMaterializationService.
Public methodUpdateMaterialization(IComponent, Boolean)Infrastructure. Updates the [T:Microsoft.DataWarehouse.ComponentModel.IMaterializationService.]
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.