Share via


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.Boolean

    true 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.

Voir aussi

Référence

SPList classe

SPList - Membres

Update - Surcharge

Microsoft.SharePoint - Espace de noms