CascadeType 列挙
適用対象: CRM 2015 on-prem, CRM Online
Describes the type of behavior for a specific action applied to the referenced entity in a one-to-many entity relationship.
名前空間: Microsoft.Xrm.Sdk.Metadata
アセンブリ: Microsoft.Xrm.Sdk (Microsoft.Xrm.Sdk.dll に含まれる)
構文
'宣言
<DataContractAttribute(Name:="CascadeType", Namespace:="https://schemas.microsoft.com/xrm/2011/Metadata")> _
Public Enumeration CascadeType
[DataContractAttribute(Name="CascadeType", Namespace="https://schemas.microsoft.com/xrm/2011/Metadata")]
public enum CascadeType
メンバー
メンバー名 | 説明 |
---|---|
Active | Perform the action on all active referencing entity records associated with the referenced entity record. Value = 2. |
Cascade | Perform the action on all referencing entity records associated with the referenced entity record. Value = 1. |
NoCascade | Do nothing. Value = 0. |
RemoveLink | Remove the value of the referencing attribute for all referencing entity records associated with the referenced entity record. Value = 4. |
Restrict | Prevent the Referenced entity record from being deleted when referencing entities exist. Value = 5. |
UserOwned | Perform the action on all referencing entity records owned by the same user as the referenced entity record. Value = 3. |
プラットフォーム
開発プラットフォーム
Windows Vista、Windows Server 2003、および
対象プラットフォーム
Windows Vista、Windows XP
関連項目
参照
Microsoft.Xrm.Sdk.Metadata 名前空間
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.