共用方式為


CKReferenceAction 列舉

定義

列舉值,控制參考是否應該在刪除其目標記錄時自行刪除。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CKReferenceAction
type CKReferenceAction = 
繼承
CKReferenceAction
屬性

欄位

DeleteSelf 1

刪除目標記錄時,將會刪除包含目標記錄參考的記錄。

None 0

刪除目標記錄時,不會對包含目標記錄參考的記錄執行任何動作。

適用於