다음을 통해 공유


StorageMappingItemCollection 생성자

정의

StorageMappingItemCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

지정된 StorageMappingItemCollection, EdmItemCollection 및 XML 판독기를 사용하여 StoreItemCollection 클래스의 새 인스턴스를 초기화합니다.

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])

지정된 StorageMappingItemCollection, EdmItemCollection 및 메타데이터 파일 경로를 나타내는 문자열 컬렉션을 사용하여 StoreItemCollection 클래스의 새 인스턴스를 초기화합니다.

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

지정된 StorageMappingItemCollection, EdmItemCollection 및 XML 판독기를 사용하여 StoreItemCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 StorageMappingItemCollection(System::Data::Metadata::Edm::EdmItemCollection ^ edmCollection, System::Data::Metadata::Edm::StoreItemCollection ^ storeCollection, System::Collections::Generic::IEnumerable<System::Xml::XmlReader ^> ^ xmlReaders);
public StorageMappingItemCollection (System.Data.Metadata.Edm.EdmItemCollection edmCollection, System.Data.Metadata.Edm.StoreItemCollection storeCollection, System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders);
new System.Data.Mapping.StorageMappingItemCollection : System.Data.Metadata.Edm.EdmItemCollection * System.Data.Metadata.Edm.StoreItemCollection * seq<System.Xml.XmlReader> -> System.Data.Mapping.StorageMappingItemCollection
Public Sub New (edmCollection As EdmItemCollection, storeCollection As StoreItemCollection, xmlReaders As IEnumerable(Of XmlReader))

매개 변수

edmCollection
EdmItemCollection

이 매핑에 사용할 EdmItemCollection입니다.

storeCollection
StoreItemCollection

이 매핑에 사용할 StoreItemCollection입니다.

xmlReaders
IEnumerable<XmlReader>

이 매핑이 사용할 XML 판독기입니다.

적용 대상

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])

지정된 StorageMappingItemCollection, EdmItemCollection 및 메타데이터 파일 경로를 나타내는 문자열 컬렉션을 사용하여 StoreItemCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 StorageMappingItemCollection(System::Data::Metadata::Edm::EdmItemCollection ^ edmCollection, System::Data::Metadata::Edm::StoreItemCollection ^ storeCollection, ... cli::array <System::String ^> ^ filePaths);
public StorageMappingItemCollection (System.Data.Metadata.Edm.EdmItemCollection edmCollection, System.Data.Metadata.Edm.StoreItemCollection storeCollection, params string[] filePaths);
new System.Data.Mapping.StorageMappingItemCollection : System.Data.Metadata.Edm.EdmItemCollection * System.Data.Metadata.Edm.StoreItemCollection * string[] -> System.Data.Mapping.StorageMappingItemCollection
Public Sub New (edmCollection As EdmItemCollection, storeCollection As StoreItemCollection, ParamArray filePaths As String())

매개 변수

edmCollection
EdmItemCollection

이 매핑에 사용할 EdmItemCollection입니다.

storeCollection
StoreItemCollection

이 매핑에 사용할 StoreItemCollection입니다.

filePaths
String[]

이 매핑에 사용할 파일 경로입니다.

적용 대상