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。 |