Share via


Propriété IMaterializationService.MaterizalizationBlocked

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets a value that indicates whether the materialization service has been blocked.

Espace de noms :  Microsoft.DataWarehouse.ComponentModel
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
ReadOnly Property MaterizalizationBlocked As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

IMaterializationService Interface

Espace de noms Microsoft.DataWarehouse.ComponentModel