適用対象: CRM 2015 on-prem, CRM Online
Contains the possible values for a subcode, used in scheduling appointments.
名前空間: Microsoft.Crm.Sdk.Messages
アセンブリ: Microsoft.Crm.Sdk.Proxy (Microsoft.Crm.Sdk.Proxy.dll に含まれる)
構文
'宣言
<DataContractAttribute(Namespace:="https://schemas.microsoft.com/crm/2011/Contracts")> _
Public Enumeration SubCode
[DataContractAttribute(Namespace="https://schemas.microsoft.com/crm/2011/Contracts")]
public enum SubCode
メンバー
| メンバー名 | 説明 |
|---|---|
| Appointment | A block of time that is already scheduled for an appointment. Value = 7. |
| Break | A block of time that cannot be committed due to a scheduled break. Value = 4. |
| Committed | A block of time that is committed to perform an action. Value = 2. |
| Holiday | A block of time that cannot be scheduled due to a scheduled holiday. Value = 5. |
| ResourceCapacity | Specifies the capacity of a resource for the specified time interval. Value = 10. |
| ResourceServiceRestriction | A restriction for a resource for the specified service. Value = 9. |
| ResourceStartTime | Specifies to filter a resource start time. Value = 8. |
| Schedulable | A schedulable block of time. Value = 1. |
| ServiceCost | An override to the service cost for the specified time block. Value = 12. |
| ServiceRestriction | Specifies that a service is restricted during the specified block of time. Value = 11. |
| Uncommitted | A block of time that is tentatively scheduled but not committed. Value = 3. |
| Unspecified | Specifies free time with no specified restrictions. Value = 0. |
| Vacation | A block of time that cannot be scheduled due to a scheduled vacation. Value = 6. |
プラットフォーム
開発プラットフォーム
Windows Vista、Windows Server 2003、および
対象プラットフォーム
Windows Vista、Windows XP
関連項目
参照
Microsoft.Crm.Sdk.Messages 名前空間
SubCode
QueryScheduleResponse クラス
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.