IMaterializationService.BlockMaterialization Method ()

 

Applies To: SQL Server 2016 Preview

Blocks the specified materialization service.

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

Syntax

int BlockMaterialization()
int BlockMaterialization()
abstract BlockMaterialization : unit -> int
Function BlockMaterialization As Integer

Return Value

Type: System.Int32

The materialization service that is blocked.

See Also

IMaterializationService Interface
Microsoft.DataWarehouse.ComponentModel Namespace

Return to top