IMaterializationService.UnblockMaterialization Method ()

 

Applies To: SQL Server 2016 Preview

Unblocks the specified materialization.

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

Syntax

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

Return Value

Type: System.Int32

The materialization that has been unblocked.

See Also

IMaterializationService Interface
Microsoft.DataWarehouse.ComponentModel Namespace

Return to top