SitingBlocked propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.DataWarehouse.ComponentModel
Assembly : Microsoft.DataWarehouse.Interfaces (dans Microsoft.DataWarehouse.Interfaces.dll)
Syntaxe
'Déclaration
ReadOnly Property SitingBlocked As Boolean
Get
'Utilisation
Dim instance As IMaterializationService
Dim value As Boolean
value = instance.SitingBlocked
bool SitingBlocked { get; }
property bool SitingBlocked {
bool get ();
}
abstract SitingBlocked : bool
function get SitingBlocked () : boolean
Valeur de la propriété
Type : System. . :: . .Boolean