OperationStatus 列挙
適用対象: CRM 2015 on-prem, CRM Online
Represents the current state of an operation.
名前空間: Microsoft.Xrm.Sdk
アセンブリ: Microsoft.Xrm.Sdk (Microsoft.Xrm.Sdk.dll に含まれる)
構文
'宣言
Public Enumeration OperationStatus
public enum OperationStatus
メンバー
メンバー名 | 説明 |
---|---|
Canceled | The operation has been canceled. Value = 1. |
Failed | The operation has failed. Value = 0. |
Retry | The operation is being retried. Value = 2. |
Succeeded | The operation has succeeded. Value = 4. |
Suspended | The operation has been suspended. Value = 3. |
プラットフォーム
開発プラットフォーム
Windows Vista、Windows Server 2003、および
対象プラットフォーム
Windows Vista、Windows XP
関連項目
参照
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.