Sdílet prostřednictvím


StoreItemCollection Konstruktory

Definice

Inicializuje novou instanci StoreItemCollection třídy.

Přetížení

StoreItemCollection(IEnumerable<XmlReader>)

Inicializuje novou instanci StoreItemCollection třídy pomocí zadané XMLReader.

StoreItemCollection(String[])

Inicializuje novou instanci StoreItemCollection třídy pomocí zadaných cest k souborům.

StoreItemCollection(IEnumerable<XmlReader>)

Inicializuje novou instanci StoreItemCollection třídy pomocí zadané XMLReader.

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

Parametry

xmlReaders
IEnumerable<XmlReader>

Objekt XMLReader použitý k vytvoření metadat.

Platí pro

StoreItemCollection(String[])

Inicializuje novou instanci StoreItemCollection třídy pomocí zadaných cest k souborům.

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

Parametry

filePaths
String[]

Cesty k souborům použité k vytvoření metadat.

Platí pro