SPFieldCurrency 类

表示包含货币值的字段。

继承层次结构

System.Object
  Microsoft.SharePoint.SPField
    Microsoft.SharePoint.SPFieldNumber
      Microsoft.SharePoint.SPFieldCurrency

命名空间:  Microsoft.SharePoint
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Class SPFieldCurrency _
    Inherits SPFieldNumber
用法
Dim instance As SPFieldCurrency
public class SPFieldCurrency : SPFieldNumber

备注

如果您设置SPFieldCurrency类的属性必须调用Update方法以更改将在数据库中生效。

通过CurrencyField的服务器控件,可以呈现一个SPFieldCurrency对象。

SPFieldCurrency类对应于通过Type属性的字段元素指定了Currency数据类型。

针对继承者的注释

在SharePoint Foundation,基于自定义字段类型的列是只读,在数据表视图中。

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

SPFieldCurrency 成员

Microsoft.SharePoint 命名空间