StorageMappingItemCollection Construtores

Definição

Inicializa uma nova instância da classe StorageMappingItemCollection.Initializes a new instance of the StorageMappingItemCollection class.

Sobrecargas

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

Inicializa uma nova instância da classe StorageMappingItemCollection usando o EdmItemCollection, o StoreItemCollection e os leitores XML especificados.Initializes a new instance of the StorageMappingItemCollection class using the specified EdmItemCollection, StoreItemCollection and XML readers.

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])

Inicializa uma nova instância da classe StorageMappingItemCollection usando o EdmItemCollection e o StoreItemCollection especificados e uma coleção de cadeias de caracteres que indica os caminhos de arquivo de metadados.Initializes a new instance of the StorageMappingItemCollection class using the specified EdmItemCollection, StoreItemCollection and a collection of string indicating the metadata file paths.

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, IEnumerable<XmlReader>)

Inicializa uma nova instância da classe StorageMappingItemCollection usando o EdmItemCollection, o StoreItemCollection e os leitores XML especificados.Initializes a new instance of the StorageMappingItemCollection class using the specified EdmItemCollection, StoreItemCollection and XML readers.

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

Parâmetros

edmCollection
EdmItemCollection

O EdmItemCollection que esse mapeamento deve usar.The EdmItemCollection that this mapping is to use.

storeCollection
StoreItemCollection

O StoreItemCollection que esse mapeamento deve usar.The StoreItemCollection that this mapping is to use.

xmlReaders
IEnumerable<XmlReader>

Os leitores XML que este mapeamento deve usar.The XML readers that this mapping is to use.

Aplica-se a

StorageMappingItemCollection(EdmItemCollection, StoreItemCollection, String[])

Inicializa uma nova instância da classe StorageMappingItemCollection usando o EdmItemCollection e o StoreItemCollection especificados e uma coleção de cadeias de caracteres que indica os caminhos de arquivo de metadados.Initializes a new instance of the StorageMappingItemCollection class using the specified EdmItemCollection, StoreItemCollection and a collection of string indicating the metadata file paths.

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

Parâmetros

edmCollection
EdmItemCollection

O EdmItemCollection que esse mapeamento deve usar.The EdmItemCollection that this mapping is to use.

storeCollection
StoreItemCollection

O StoreItemCollection que esse mapeamento deve usar.The StoreItemCollection that this mapping is to use.

filePaths
String[]

Os caminhos de arquivo que este mapeamento deve usar.The file paths that this mapping is to use.

Aplica-se a