ManagedProperty.IndexOptionsNoPositions-Eigenschaft
Ruft ab oder legt fest, ob die verwaltete Eigenschaft nicht in der Positionsindex indiziert werden sollen.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property IndexOptionsNoPositions As Boolean
Get
Set
'Usage
Dim instance As ManagedProperty
Dim value As Boolean
value = instance.IndexOptionsNoPositions
instance.IndexOptionsNoPositions = value
public bool IndexOptionsNoPositions { get; set; }
Eigenschaftswert
Typ: System.Boolean
Ausnahmen
Ausnahme | Bedingung |
---|---|
InvalidOperationException | Wenn dieses Objekt nicht unterstützt wird. |
PropertyIsReadOnlyException | Wenn diese Eigenschaft schreibgeschützt ist. |