共用方式為


StorageMappingItemCollection 建構函式

定義

初始化 StorageMappingItemCollection 類別的新執行個體。

多載

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

使用指定的StorageMappingItemCollectionEdmItemCollection 和 XML 讀取器,初始化 StoreItemCollection 類別的新執行個體。

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])

使用指定的StorageMappingItemCollectionEdmItemCollection 和表示中繼資料檔案路徑的字串集合,初始化 StoreItemCollection 類別的新執行個體。

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

使用指定的StorageMappingItemCollectionEdmItemCollection 和 XML 讀取器,初始化 StoreItemCollection 類別的新執行個體。

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

參數

edmCollection
EdmItemCollection

這個對應所要使用的 EdmItemCollection

storeCollection
StoreItemCollection

這個對應所要使用的 StoreItemCollection

xmlReaders
IEnumerable<XmlReader>

這個對應所要使用的 XML 讀取器。

適用於

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])

使用指定的StorageMappingItemCollectionEdmItemCollection 和表示中繼資料檔案路徑的字串集合,初始化 StoreItemCollection 類別的新執行個體。

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

參數

edmCollection
EdmItemCollection

這個對應所要使用的 EdmItemCollection

storeCollection
StoreItemCollection

這個對應所要使用的 StoreItemCollection

filePaths
String[]

這個對應要使用的檔案路徑。

適用於