IHostMaterializationService.SitingBlocked Property

 

Applies To: SQL Server (starting with 2016)

Gets whether the siting is blocked.

Namespace:   Microsoft.AnalysisServices.Hosting
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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 is blocked; otherwise, false.

See Also

IHostMaterializationService Interface
Microsoft.AnalysisServices.Hosting Namespace

Return to top