Compartir a través de


NSPersistentStoreCoordinator.SetMetadata Método

Definición

Sobrecargas

SetMetadata(NSDictionary, NSPersistentStore)

Establece los metadatos de un almacén persistente.

SetMetadata(NSDictionary, NSString, NSUrl, NSError)

Establece los metadatos de un almacén persistente en una dirección URL.

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

Establece los metadatos de un almacén persistente en una dirección URL.

SetMetadata(NSDictionary, NSPersistentStore)

Establece los metadatos de un almacén persistente.

[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

Parámetros

metadata
NSDictionary

Se agregará.

Este parámetro puede ser null.

Atributos

Se aplica a

SetMetadata(NSDictionary, NSString, NSUrl, NSError)

Establece los metadatos de un almacén persistente en una dirección 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

Parámetros

metadata
NSDictionary
storeType
NSString
url
NSUrl
error
NSError

Devoluciones

Atributos

Se aplica a

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

Establece los metadatos de un almacén persistente en una dirección 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

Parámetros

metadata
NSDictionary<NSString,NSObject>

Se agregará.

Este parámetro puede ser null.

storeType
String
url
NSUrl
options
NSDictionary

Se agregará.

Este parámetro puede ser null.

error
NSError

Devoluciones

Atributos

Se aplica a