MetadataItemCollectionFactory.CreateStorageMappingItemCollection 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 입니다.