RelationshipDeleteBehaviorType 枚举
指定关系查阅字段的可选关系行为。
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public Enumeration RelationshipDeleteBehaviorType
用法
Dim instance As RelationshipDeleteBehaviorType
public enum RelationshipDeleteBehaviorType
成员
成员名称 | 说明 | |
---|---|---|
None | 枚举值,指定任何关系行为,将应用。.值 = 0。 | |
Cascade | 枚举值,指定级联行为。值 = 1。 | |
Restrict | 枚举值,指定限制行为。值 = 2。 |