StorageMappingItemCollection Konstruktorer

Definition

Initierar en ny instans av StorageMappingItemCollection klassen.

Överlagringar

Name Description
StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

Initierar en ny instans av StorageMappingItemCollection klassen med angivna EdmItemCollection, StoreItemCollection och XML-läsare.

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])

Initierar en ny instans av klassen med hjälp av StorageMappingItemCollection den angivna EdmItemCollection, StoreItemCollection och en samling med strängar som anger sökvägarna för metadatafilen.

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

Initierar en ny instans av StorageMappingItemCollection klassen med angivna EdmItemCollection, StoreItemCollection och XML-läsare.

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

Parametrar

edmCollection
EdmItemCollection

Den EdmItemCollection mappning som ska användas.

storeCollection
StoreItemCollection

Den StoreItemCollection mappning som ska användas.

xmlReaders
IEnumerable<XmlReader>

DE XML-läsare som den här mappningen ska använda.

Gäller för

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])

Initierar en ny instans av klassen med hjälp av StorageMappingItemCollection den angivna EdmItemCollection, StoreItemCollection och en samling med strängar som anger sökvägarna för metadatafilen.

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

Parametrar

edmCollection
EdmItemCollection

Den EdmItemCollection mappning som ska användas.

storeCollection
StoreItemCollection

Den StoreItemCollection mappning som ska användas.

filePaths
String[]

De filsökvägar som den här mappningen ska använda.

Gäller för