IMaterializationService.SitingBlocked Property

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

Gets a value that indicates whether the siting of the materialization service has been blocked.

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

Syntax

'Declaration
ReadOnly Property SitingBlocked As Boolean 
    Get
'Usage
Dim instance As IMaterializationService 
Dim value As Boolean 

value = instance.SitingBlocked
bool SitingBlocked { get; }
property bool SitingBlocked {
    bool get ();
}
abstract SitingBlocked : bool
function get SitingBlocked () : boolean

Property Value

Type: System.Boolean
true if the siting of the materialization service has been blocked; otherwise, false.

See Also

Reference

IMaterializationService Interface

Microsoft.DataWarehouse.ComponentModel Namespace