IMaterializationService.MaterizalizationBlocked 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 materialization service has been blocked.

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

Syntax

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

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

Property Value

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

See Also

Reference

IMaterializationService Interface

Microsoft.DataWarehouse.ComponentModel Namespace