IMaterializationService.BlockSiting Method

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

Blocks the siting of the IMaterializationService object.

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

Syntax

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

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

Return Value

Type: System.Int32
The siting that is blocked.

See Also

Reference

IMaterializationService Interface

Microsoft.DataWarehouse.ComponentModel Namespace