MetadataItemCollectionFactory.CreateStorageMappingItemCollection 메서드

정의

StorageMappingItemCollection 개체의 매핑 정보 XmlReader 및 지정된 EdmItemCollectionStoreItemCollection 개체의 메타데이터를 만듭니다.

오버로드

CreateStorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>, IList<EdmSchemaError>)

StorageMappingItemCollection 지정된 EdmItemCollectionStoreItemCollection개체 및 컬렉션 XmlReader 에 포함된 메타데이터를 만들고 로드합니다.

public:
 static System::Data::Mapping::StorageMappingItemCollection ^ CreateStorageMappingItemCollection(System::Data::Metadata::Edm::EdmItemCollection ^ edmCollection, System::Data::Metadata::Edm::StoreItemCollection ^ storeCollection, System::Collections::Generic::IEnumerable<System::Xml::XmlReader ^> ^ readers, [Runtime::InteropServices::Out] System::Collections::Generic::IList<System::Data::Metadata::Edm::EdmSchemaError ^> ^ % errors);
public static System.Data.Mapping.StorageMappingItemCollection CreateStorageMappingItemCollection(System.Data.Metadata.Edm.EdmItemCollection edmCollection, System.Data.Metadata.Edm.StoreItemCollection storeCollection, System.Collections.Generic.IEnumerable<System.Xml.XmlReader> readers, out System.Collections.Generic.IList<System.Data.Metadata.Edm.EdmSchemaError> errors);
static member CreateStorageMappingItemCollection : System.Data.Metadata.Edm.EdmItemCollection * System.Data.Metadata.Edm.StoreItemCollection * seq<System.Xml.XmlReader> * IList -> System.Data.Mapping.StorageMappingItemCollection
Public Shared Function CreateStorageMappingItemCollection (edmCollection As EdmItemCollection, storeCollection As StoreItemCollection, readers As IEnumerable(Of XmlReader), ByRef errors As IList(Of EdmSchemaError)) As StorageMappingItemCollection

매개 변수

edmCollection
EdmItemCollection

EdmItemCollection 개체입니다.

storeCollection
StoreItemCollection

StoreItemCollection 개체입니다.

readers
IEnumerable<XmlReader>

IEnumerable XmlReader 메타데이터 파일을 포함하는 항목입니다.

errors
IList<EdmSchemaError>

IListEdmSchemaError 만드는 동안 StorageMappingItemCollection 생성된 모든 오류가 목록에 추가됩니다.

반품

지정된 메타데이터를 포함하는 A StorageMappingItemCollection 입니다.

적용 대상

CreateStorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>, Version, IList<EdmSchemaError>)

StorageMappingItemCollection 개체의 매핑 정보 XmlReader 및 지정된 EdmItemCollectionStoreItemCollection 개체의 메타데이터를 만듭니다.

public:
 static System::Data::Mapping::StorageMappingItemCollection ^ CreateStorageMappingItemCollection(System::Data::Metadata::Edm::EdmItemCollection ^ edmCollection, System::Data::Metadata::Edm::StoreItemCollection ^ storeCollection, System::Collections::Generic::IEnumerable<System::Xml::XmlReader ^> ^ readers, Version ^ targetEntityFrameworkVersion, [Runtime::InteropServices::Out] System::Collections::Generic::IList<System::Data::Metadata::Edm::EdmSchemaError ^> ^ % errors);
public static System.Data.Mapping.StorageMappingItemCollection CreateStorageMappingItemCollection(System.Data.Metadata.Edm.EdmItemCollection edmCollection, System.Data.Metadata.Edm.StoreItemCollection storeCollection, System.Collections.Generic.IEnumerable<System.Xml.XmlReader> readers, Version targetEntityFrameworkVersion, out System.Collections.Generic.IList<System.Data.Metadata.Edm.EdmSchemaError> errors);
static member CreateStorageMappingItemCollection : System.Data.Metadata.Edm.EdmItemCollection * System.Data.Metadata.Edm.StoreItemCollection * seq<System.Xml.XmlReader> * Version * IList -> System.Data.Mapping.StorageMappingItemCollection
Public Shared Function CreateStorageMappingItemCollection (edmCollection As EdmItemCollection, storeCollection As StoreItemCollection, readers As IEnumerable(Of XmlReader), targetEntityFrameworkVersion As Version, ByRef errors As IList(Of EdmSchemaError)) As StorageMappingItemCollection

매개 변수

edmCollection
EdmItemCollection

EdmItemCollection 개체입니다.

storeCollection
StoreItemCollection

StoreItemCollection 개체입니다.

readers
IEnumerable<XmlReader>

IEnumerable XmlReader 메타데이터 파일을 포함하는 항목입니다.

targetEntityFrameworkVersion
Version

해당 속성 EntityFrameworkVersions 은 Entity Framework의 대상 버전에 해당합니다.

errors
IList<EdmSchemaError>

IListEdmSchemaError 만드는 동안 StorageMappingItemCollection 생성된 모든 오류가 목록에 추가됩니다.

반품

지정된 메타데이터를 포함하는 A StorageMappingItemCollection 입니다.

적용 대상