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.Booleantrue傳播至實作欄位 ; 清單的變更否則,請false。
Exceptions
Exception | Condition |
---|---|
SPException | 作業期間發生錯誤。 |