EdmItemCollection Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci EdmItemCollection třídy.
Přetížení
EdmItemCollection(IEnumerable<XmlReader>) |
Inicializuje novou instanci EdmItemCollection třídy pomocí kolekce objektů XMLReader, kde existují soubory jazyka definice konceptuálního schématu (CSDL). |
EdmItemCollection(String[]) |
Inicializuje novou instanci EdmItemCollection třídy pomocí cest, kde existují soubory jazyka definic konceptu schématu (CSDL). |
EdmItemCollection(IEnumerable<XmlReader>)
Inicializuje novou instanci EdmItemCollection třídy pomocí kolekce objektů XMLReader, kde existují soubory jazyka definice konceptuálního schématu (CSDL).
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))
Parametry
- xmlReaders
- IEnumerable<XmlReader>
Kolekce objektů XMLReader, ve kterých existují soubory jazyka CSDL (Conceptual Schema Definition Language).
Platí pro
EdmItemCollection(String[])
Inicializuje novou instanci EdmItemCollection třídy pomocí cest, kde existují soubory jazyka definic konceptu schématu (CSDL).
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())
Parametry
- filePaths
- String[]
Cesty, kde existují soubory jazyka CSDL (Conceptual Schema Definition Language).