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>

メタデータの作成に使用する XMLReader。

適用対象

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[]

メタデータの作成に使用するファイル パス。

適用対象