SPFieldBoolean 类

表示 Boolean 字段类型。

继承层次结构

System.Object
  Microsoft.SharePoint.SPField
    Microsoft.SharePoint.SPFieldBoolean
      Microsoft.SharePoint.SPFieldAllDayEvent

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

语法

声明
Public Class SPFieldBoolean _
    Inherits SPField
用法
Dim instance As SPFieldBoolean
public class SPFieldBoolean : SPField

备注

如果设置SPFieldBoolean类属性必须调用更改才能生效数据库中的Update方法。

可以通过BooleanField服务器控件呈现SPFieldBoolean对象。

SPFieldBoolean类对应于通过Field元素的Type属性指定的Boolean数据类型。

针对继承者的注释

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

线程安全性

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

另请参阅

引用

SPFieldBoolean 成员

Microsoft.SharePoint 命名空间