IMaterializationService.SitingBlocked Property

 

Applies To: SQL Server 2016 Preview

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

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

Property Value

Type: System.Boolean

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

See Also

IMaterializationService Interface
Microsoft.DataWarehouse.ComponentModel Namespace

Return to top