IMaterializationService.UnblockMaterialization Method

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

Unblocks the specified materialization.

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

Syntax

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

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

Return Value

Type: System.Int32
The materialization that has been unblocked.

See Also

Reference

IMaterializationService Interface

Microsoft.DataWarehouse.ComponentModel Namespace