IMaterializationService.BlockMaterialization Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Blocks the specified materialization service.

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

Syntax

'Declaration
Function BlockMaterialization As Integer
'Usage
Dim instance As IMaterializationService 
Dim returnValue As Integer 

returnValue = instance.BlockMaterialization()
int BlockMaterialization()
int BlockMaterialization()
abstract BlockMaterialization : unit -> int
function BlockMaterialization() : int

Return Value

Type: System.Int32
The materialization service that is blocked.

See Also

Reference

IMaterializationService Interface

Microsoft.DataWarehouse.ComponentModel Namespace