SPField.SchemaXml 属性

获取或设置字段定义架构。

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

语法

声明
Public Property SchemaXml As String
    Get
    Set
用法
Dim instance As SPField
Dim value As String

value = instance.SchemaXml

instance.SchemaXml = value
public string SchemaXml { get; set; }

属性值

类型:System.String
一个包含架构的协作应用程序标记语言 (CAML)字符串。

备注

在使用SchemaXml属性修改一个字段时,不要调用Update方法。

使用此属性将设置只读属性,如InternalName,将引发异常。

另请参阅

引用

SPField 类

SPField 成员

Microsoft.SharePoint 命名空间