Sdílet prostřednictvím


StorageMappingItemCollection Konstruktory

Definice

Inicializuje novou instanci StorageMappingItemCollection třídy.

Přetížení

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

Inicializuje novou instanci StorageMappingItemCollection třídy pomocí zadané EdmItemCollection, StoreItemCollection a XML čtečky.

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])

Inicializuje novou instanci StorageMappingItemCollection třídy pomocí zadané EdmItemCollectiona StoreItemCollection kolekce řetězců označujících cesty k souborům metadat.

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

Inicializuje novou instanci StorageMappingItemCollection třídy pomocí zadané EdmItemCollection, StoreItemCollection a XML čtečky.

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))

Parametry

edmCollection
EdmItemCollection

To EdmItemCollection , co má toto mapování použít.

storeCollection
StoreItemCollection

To StoreItemCollection , co má toto mapování použít.

xmlReaders
IEnumerable<XmlReader>

Čtečky XML, které má toto mapování použít.

Platí pro

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])

Inicializuje novou instanci StorageMappingItemCollection třídy pomocí zadané EdmItemCollectiona StoreItemCollection kolekce řetězců označujících cesty k souborům metadat.

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())

Parametry

edmCollection
EdmItemCollection

To EdmItemCollection , co má toto mapování použít.

storeCollection
StoreItemCollection

To StoreItemCollection , co má toto mapování použít.

filePaths
String[]

Cesty k souborům, které má toto mapování použít.

Platí pro