Field.DeleteObject 方法

Deletes the field from the list, from the site, or from the content types within the list.

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

语法

声明
Public Sub DeleteObject
用法
Dim instance As Field

instance.DeleteObject()
public void DeleteObject()

异常

异常 条件
[SPException]

Thrown when the field has one or more dependent lookup fields, or the field is a site column used in a list. Error code: -2146232832. Thrown when the field is inherited from the base type of the list and CanBeDeleted is false. Error code: -2130575215.Thrown when the field is hidden. Error code: -2130575214. Thrown when the Sealed property is true and the CanBeDeleted property is false. Error code: -2130575213. Or thrown when the ReadOnlyField property is true. Error code:-2130575212.

SPQueryThrottledException

Thrown when the throttling limit is exceeded by the operation. Error code: -2147024860.

[ArgumentException]

Thrown when the field does not exist. Error code: -2147024809.

[InvalidOperationException]

Thrown when the CanBeDeleted property of the field is false. Error code: -1.

[UnauthorizedAccessException]

Thrown when the current user has insufficient permissions. Error code: -2147024891.

另请参阅

引用

Field 类

Field 成员

Microsoft.SharePoint.Client 命名空间