ManagedProperty.IndexOptionsNoPositions - Propriété
Obtient ou définit si cette propriété gérée ne doit pas être indexée dans l'index de position.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property IndexOptionsNoPositions As Boolean
Get
Set
'Utilisation
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.IndexOptionsNoPositions
instance.IndexOptionsNoPositions = value
public bool IndexOptionsNoPositions { get; set; }
Valeur de propriété
Type : System.Boolean
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Si cet objet n'est pas sauvegardée. |
PropertyIsReadOnlyException | Si cette propriété est en lecture seule. |
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms