IMaterializationService.MaterizalizationBlocked Property

 

Applies To: SQL Server 2016 Preview

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

bool MaterizalizationBlocked { get; }
property bool MaterizalizationBlocked {
    bool get();
}
abstract MaterizalizationBlocked : bool with get
ReadOnly Property MaterizalizationBlocked As Boolean

Property Value

Type: System.Boolean

true if the materialization service has been blocked; otherwise, false.

See Also

IMaterializationService Interface
Microsoft.DataWarehouse.ComponentModel Namespace

Return to top