共用方式為


SPField.Update method (Boolean)

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Sub Update ( _
    pushChangesToLists As Boolean _
)
'用途
Dim instance As SPField
Dim pushChangesToLists As Boolean

instance.Update(pushChangesToLists)
public void Update(
    bool pushChangesToLists
)

參數

  • pushChangesToLists
    Type: System.Boolean

    true傳播至實作欄位 ; 清單的變更否則,請false。

Exceptions

Exception Condition
SPException

作業期間發生錯誤。

請參閱

參照

SPField class

SPField members

Update overload

Microsoft.SharePoint namespace