Bagikan melalui


StorageMappingItemCollection Konstruktor

Definisi

Menginisialisasi instans baru kelas StorageMappingItemCollection.

Overload

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

Menginisialisasi instans StorageMappingItemCollection baru kelas menggunakan pembaca XML , dan StoreItemCollection yang ditentukanEdmItemCollection.

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])

Menginisialisasi instans StorageMappingItemCollection baru kelas menggunakan , StoreItemCollection dan kumpulan string yang ditentukan EdmItemCollectionyang menunjukkan jalur file metadata.

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

Menginisialisasi instans StorageMappingItemCollection baru kelas menggunakan pembaca XML , dan StoreItemCollection yang ditentukanEdmItemCollection.

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

Parameter

edmCollection
EdmItemCollection

Yang EdmItemCollection akan digunakan pemetaan ini.

storeCollection
StoreItemCollection

Yang StoreItemCollection akan digunakan pemetaan ini.

xmlReaders
IEnumerable<XmlReader>

Pembaca XML yang digunakan pemetaan ini.

Berlaku untuk

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])

Menginisialisasi instans StorageMappingItemCollection baru kelas menggunakan , StoreItemCollection dan kumpulan string yang ditentukan EdmItemCollectionyang menunjukkan jalur file metadata.

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

Parameter

edmCollection
EdmItemCollection

Yang EdmItemCollection akan digunakan pemetaan ini.

storeCollection
StoreItemCollection

Yang StoreItemCollection akan digunakan pemetaan ini.

filePaths
String[]

Jalur file yang digunakan pemetaan ini.

Berlaku untuk