ManagedProperty.DecimalPlaces - Propriété
Obtient ou définit le nombre de décimales point flottant de cette propriété gérée n'est conservé dans l'index.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Property DecimalPlaces As Integer
Get
Set
'Utilisation
Dim instance As ManagedProperty
Dim value As Integer
value = instance.DecimalPlaces
instance.DecimalPlaces = value
public int DecimalPlaces { get; set; }
Valeur de propriété
Type : System.Int32
Retourne Int32 .
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