Share via


SaveChangesOptions 列挙

適用対象: CRM 2015 on-prem, CRM Online

Describes how the SaveChanges method behaves when an error occurs while updating data in Microsoft Dynamics CRM.

名前空間: Microsoft.Xrm.Sdk.Client
アセンブリ: Microsoft.Xrm.Sdk (Microsoft.Xrm.Sdk.dll に含まれる)

構文

'宣言
<FlagsAttribute> _
Public Enumeration SaveChangesOptions
[FlagsAttribute] 
public enum SaveChangesOptions

メンバー

メンバー名 説明
ContinueOnError The SaveChanges method should continue applying changes to tracked entities in Microsoft Dynamics CRM even if an action fails. Value = 1.
None The SaveChanges method should throw an exception when an error occurs while updating data in Microsoft Dynamics CRM. Value = 0.

備考

The SaveChanges method applies changes to tracked entities in Microsoft Dynamics CRM. If an error occurs while performing these updates, this enumeration indicates to the OrganizationServiceContext how it should handle errors. If the value is set to None and an error occurs, an exception is thrown with the SaveChangesResultCollection attached.

プラットフォーム

開発プラットフォーム

Windows Vista、Windows Server 2003、および

対象プラットフォーム

Windows Vista、Windows XP

関連項目

参照

Microsoft.Xrm.Sdk.Client 名前空間

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.