ManagedProperty.DecimalPlaces 属性

获取或设置索引中保留此托管属性的浮动点小数位数的数目。

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Property DecimalPlaces As Integer
    Get
    Set
用法
Dim instance As ManagedProperty
Dim value As Integer

value = instance.DecimalPlaces

instance.DecimalPlaces = value
public int DecimalPlaces { get; set; }

属性值

类型:System.Int32
返回 Int32

异常

异常 条件
InvalidOperationException

如果该对象不支持。

PropertyIsReadOnlyException

如果此属性为只读。

另请参阅

引用

ManagedProperty 类

ManagedProperty 成员

Microsoft.Office.Server.Search.Administration 命名空间