SPList.Update - Méthode (Boolean)
Updates the database with changes that are made to the list, optionally including changes that result from data migration.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub Update ( _
bFromMigration As Boolean _
)
'Utilisation
Dim instance As SPList
Dim bFromMigration As Boolean
instance.Update(bFromMigration)
public void Update(
bool bFromMigration
)
Paramètres
bFromMigration
Type : System.Booleantrue to include changes that result from data migration; otherwise, false.
Exceptions
Exception | Condition |
---|---|
Exception | The database could not be updated. - ou - An error occurred while rolling back the changes. |