Classe SaveChangesResultCollection
Si applica a: CRM 2015 on-prem, CRM Online
Provides a collection of results for a save changes operation.
Spazio dei nomi: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class SaveChangesResultCollection
Inherits Collection(Of SaveChangesResult)
public sealed class SaveChangesResultCollection : Collection<SaveChangesResult>
Note
Returned from these methods: OnSaveChanges, SaveChanges
Gerarchia ereditarietà
System.Object
System.Collections.ObjectModel.Collection
Microsoft.Xrm.Sdk.SaveChangesResultCollection
Thread Safety
Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows Server 2003 e
Piattaforme di destinazione
Windows Vista,Windows XP
Vedere anche
Riferimento
Membri SaveChangesResultCollection
Spazio dei nomi Microsoft.Xrm.Sdk
Altre risorse
Use the Organization Service Context Class
Sample: Use the Organization Service Context
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.