共用方式為


EdmItemCollection 建構函式

定義

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

多載

EdmItemCollection(IEnumerable<XmlReader>)

使用 XMLReader 物件的集合 (其中存在概念結構描述定義語言 (CSDL) 檔),初始化 EdmItemCollection 類別的新執行個體。

EdmItemCollection(String[])

使用其中存在概念結構定義語言 (CSDL) 檔的路徑,初始化 EdmItemCollection 類別的新執行個體。

EdmItemCollection(IEnumerable<XmlReader>)

使用 XMLReader 物件的集合 (其中存在概念結構描述定義語言 (CSDL) 檔),初始化 EdmItemCollection 類別的新執行個體。

public:
 EdmItemCollection(System::Collections::Generic::IEnumerable<System::Xml::XmlReader ^> ^ xmlReaders);
public EdmItemCollection (System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders);
new System.Data.Metadata.Edm.EdmItemCollection : seq<System.Xml.XmlReader> -> System.Data.Metadata.Edm.EdmItemCollection
Public Sub New (xmlReaders As IEnumerable(Of XmlReader))

參數

xmlReaders
IEnumerable<XmlReader>

XMLReader 物件的集合,其中存在概念結構描述定義語言 (CSDL) 檔。

適用於

EdmItemCollection(String[])

使用其中存在概念結構定義語言 (CSDL) 檔的路徑,初始化 EdmItemCollection 類別的新執行個體。

public:
 EdmItemCollection(... cli::array <System::String ^> ^ filePaths);
public EdmItemCollection (params string[] filePaths);
new System.Data.Metadata.Edm.EdmItemCollection : string[] -> System.Data.Metadata.Edm.EdmItemCollection
Public Sub New (ParamArray filePaths As String())

參數

filePaths
String[]

其中存在概念結構定義語言 (CSDL) 檔的路徑。

適用於