StoreItemCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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[]
用來建立中繼資料的檔案路徑。