IMaterializationService.UnblockSiting Method

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

Unblocks a specified siting.

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

Syntax

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

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

Return Value

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

See Also

Reference

IMaterializationService Interface

Microsoft.DataWarehouse.ComponentModel Namespace