MatchingCriterion.Mappings Propriedade

Definição

Especifica mapeamentos para o critério em campos (colunas) e domínios. Existe apenas um mapeamento para domínio escalar ou múltiplo mapeamento se o critério é para domínio composto.

public:
 property System::Collections::Generic::ICollection<Microsoft::MasterDataServices::Services::DataContracts::DataSourceFieldMapping ^> ^ Mappings { System::Collections::Generic::ICollection<Microsoft::MasterDataServices::Services::DataContracts::DataSourceFieldMapping ^> ^ get(); void set(System::Collections::Generic::ICollection<Microsoft::MasterDataServices::Services::DataContracts::DataSourceFieldMapping ^> ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Collections.Generic.ICollection<Microsoft.MasterDataServices.Services.DataContracts.DataSourceFieldMapping> Mappings { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Mappings : System.Collections.Generic.ICollection<Microsoft.MasterDataServices.Services.DataContracts.DataSourceFieldMapping> with get, set
Public Property Mappings As ICollection(Of DataSourceFieldMapping)

Valor da propriedade

Os mapeamentos do critério para campos (colunas) e domínios.

Atributos

Aplica-se a