ManagedProperty.EntityExtractorBitMap - Propriété
Obtient ou définit les entités qui doivent être activées pour l'extraction de cette propriété gérée.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property EntityExtractorBitMap As Integer
Get
Set
'Utilisation
Dim instance As ManagedProperty
Dim value As Integer
value = instance.EntityExtractorBitMap
instance.EntityExtractorBitMap = value
public int EntityExtractorBitMap { get; set; }
Valeur de propriété
Type : System.Int32
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Si cet objet n'est pas sauvegardée. |
PropertyIsReadOnlyException | Si cette propriété est en lecture seule. |
Remarques
Pour la signification du champ spécifique, consultez les propriétés de l'extracteur dans ManagedPropertyInfo.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms