Share via


StoreItemCollection 建構函式

定義

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

多載

StoreItemCollection(IEnumerable<XmlReader>)

使用指定的 XMLReader ,初始化 StoreItemCollection 類別的新執行個體。

StoreItemCollection(String[])

使用指定的檔案路徑,初始化 StoreItemCollection 類別的新執行個體。

StoreItemCollection(IEnumerable<XmlReader>)

使用指定的 XMLReader ,初始化 StoreItemCollection 類別的新執行個體。

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

參數

xmlReaders
IEnumerable<XmlReader>

用來建立中繼資料的 XML 讀取器。

適用於

StoreItemCollection(String[])

使用指定的檔案路徑,初始化 StoreItemCollection 類別的新執行個體。

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

參數

filePaths
String[]

用來建立中繼資料的檔案路徑。

適用於