次の方法で共有


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 名前空間