Aracılığıyla paylaş


StorageMappingItemCollection Oluşturucular

Tanım

StorageMappingItemCollection sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

Belirtilen EdmItemCollectionve StoreItemCollection XML okuyucularını kullanarak sınıfın StorageMappingItemCollection yeni bir örneğini başlatır.

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])

Belirtilen EdmItemCollectionStoreItemCollection kullanarak sınıfının yeni bir örneğini StorageMappingItemCollection ve meta veri dosyası yollarını gösteren bir dize koleksiyonunu başlatır.

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

Belirtilen EdmItemCollectionve StoreItemCollection XML okuyucularını kullanarak sınıfın StorageMappingItemCollection yeni bir örneğini başlatır.

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

Parametreler

edmCollection
EdmItemCollection

EdmItemCollection Bu eşlemenin kullanılacağı.

storeCollection
StoreItemCollection

StoreItemCollection Bu eşlemenin kullanılacağı.

xmlReaders
IEnumerable<XmlReader>

Bu eşlemenin kullanılacağı XML okuyucuları.

Şunlara uygulanır

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])

Belirtilen EdmItemCollectionStoreItemCollection kullanarak sınıfının yeni bir örneğini StorageMappingItemCollection ve meta veri dosyası yollarını gösteren bir dize koleksiyonunu başlatır.

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

Parametreler

edmCollection
EdmItemCollection

EdmItemCollection Bu eşlemenin kullanılacağı.

storeCollection
StoreItemCollection

StoreItemCollection Bu eşlemenin kullanılacağı.

filePaths
String[]

Bu eşlemenin kullanması gereken dosya yolları.

Şunlara uygulanır