IMaterializationService.UnblockSiting Method ()

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

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

Return Value

Type: System.Int32

The siting that has been unblocked.

See Also

IMaterializationService Interface
Microsoft.DataWarehouse.ComponentModel Namespace

Return to top