Proprietà IHostMaterializationService.SitingBlocked
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets whether the siting is blocked.
Spazio dei nomi Microsoft.AnalysisServices.Hosting
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
ReadOnly Property SitingBlocked As Boolean
Get
'Utilizzo
Dim instance As IHostMaterializationService
Dim value As Boolean
value = instance.SitingBlocked
bool SitingBlocked { get; }
property bool SitingBlocked {
bool get ();
}
abstract SitingBlocked : bool
function get SitingBlocked () : boolean
Valore proprietà
Tipo: System.Boolean
true if the siting is blocked; otherwise, false.