NSPersistentStoreCoordinator.SetMetadata 메서드

정의

오버로드

SetMetadata(NSDictionary, NSPersistentStore)

영구 저장소에 대한 메타데이터를 설정합니다.

SetMetadata(NSDictionary, NSString, NSUrl, NSError)

URL에서 영구 저장소에 대한 메타데이터를 설정합니다.

SetMetadata(NSDictionary<NSString,NSObject>, String, NSUrl, NSDictionary, NSError)

URL에서 영구 저장소에 대한 메타데이터를 설정합니다.

SetMetadata(NSDictionary, NSPersistentStore)

영구 저장소에 대한 메타데이터를 설정합니다.

[Foundation.Export("setMetadata:forPersistentStore:")]
public virtual void SetMetadata (Foundation.NSDictionary metadata, CoreData.NSPersistentStore store);
abstract member SetMetadata : Foundation.NSDictionary * CoreData.NSPersistentStore -> unit
override this.SetMetadata : Foundation.NSDictionary * CoreData.NSPersistentStore -> unit

매개 변수

metadata
NSDictionary

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

특성

적용 대상

SetMetadata(NSDictionary, NSString, NSUrl, NSError)

URL에서 영구 저장소에 대한 메타데이터를 설정합니다.

[Foundation.Export("setMetadata:forPersistentStoreOfType:URL:error:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the method that takes an 'out NSError' parameter.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.None, "Use the method that takes an 'out NSError' parameter.")]
public static bool SetMetadata (Foundation.NSDictionary metadata, Foundation.NSString storeType, Foundation.NSUrl url, out Foundation.NSError error);
[Foundation.Export("setMetadata:forPersistentStoreOfType:URL:error:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, "Use the method that takes an out NSError parameter.")]
public static bool SetMetadata (Foundation.NSDictionary metadata, Foundation.NSString storeType, Foundation.NSUrl url, out Foundation.NSError error);
static member SetMetadata : Foundation.NSDictionary * Foundation.NSString * Foundation.NSUrl *  -> bool

매개 변수

metadata
NSDictionary
storeType
NSString
url
NSUrl
error
NSError

반환

특성

적용 대상

SetMetadata(NSDictionary<NSString,NSObject>, String, NSUrl, NSDictionary, NSError)

URL에서 영구 저장소에 대한 메타데이터를 설정합니다.

[Foundation.Export("setMetadata:forPersistentStoreOfType:URL:options:error:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool SetMetadata (Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> metadata, string storeType, Foundation.NSUrl url, Foundation.NSDictionary options, out Foundation.NSError error);
static member SetMetadata : Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> * string * Foundation.NSUrl * Foundation.NSDictionary *  -> bool

매개 변수

metadata
NSDictionary<NSString,NSObject>

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

storeType
String
url
NSUrl
options
NSDictionary

추가될 예정입니다.

이 매개 변수는 null일 수 있습니다.

error
NSError

반환

특성

적용 대상