次の方法で共有


CKDatabaseScope 列挙型

定義

データベースがプライベート、共有、パブリックのいずれであるかを示す値を列挙します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CKDatabaseScope
type CKDatabaseScope = 
継承
CKDatabaseScope
属性

フィールド

Private 2

プライベート データベースを示します。

Public 1

パブリック データベースを示します。

Shared 3

共有データベースを示します。

適用対象