StorageMappingItemCollection Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
StorageMappingItemCollection sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
| Name | Description |
|---|---|
| StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>) |
Belirtilen StorageMappingItemCollectionve EdmItemCollection XML okuyucularını kullanarak sınıfın StoreItemCollection yeni bir örneğini başlatır. |
| StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[]) |
Belirtilen StorageMappingItemCollectionEdmItemCollection öğesini ve meta veri dosyası yollarını gösteren dize koleksiyonunu kullanarak sınıfının yeni bir örneğini StoreItemCollection başlatır. |
StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)
Belirtilen StorageMappingItemCollectionve EdmItemCollection XML okuyucularını kullanarak sınıfın StoreItemCollection 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 StorageMappingItemCollectionEdmItemCollection öğesini ve meta veri dosyası yollarını gösteren dize koleksiyonunu kullanarak sınıfının yeni bir örneğini StoreItemCollection 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 kullanmak üzere olduğu dosya yolları.