SPView.Update method
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub Update
'用途
Dim instance As SPView
instance.Update()
public void Update()
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | 檢視不存在於資料庫中。 |
備註
呼叫這個方法來將變更儲存至資料庫的SPView物件中。