Partilhar via


Propriedade do RDL MatchingCriterion.Mappings

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the list of the field mappings.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property Mappings As ICollection(Of DataSourceFieldMapping)
    Get 
    Set
'Uso
Dim instance As MatchingCriterion 
Dim value As ICollection(Of DataSourceFieldMapping)

value = instance.Mappings

instance.Mappings = value
[DataMemberAttribute]
public ICollection<DataSourceFieldMapping> Mappings { get; set; }
[DataMemberAttribute]
public:
property ICollection<DataSourceFieldMapping^>^ Mappings {
    ICollection<DataSourceFieldMapping^>^ get ();
    void set (ICollection<DataSourceFieldMapping^>^ value);
}
[<DataMemberAttribute>]
member Mappings : ICollection<DataSourceFieldMapping> with get, set
function get Mappings () : ICollection<DataSourceFieldMapping>
function set Mappings (value : ICollection<DataSourceFieldMapping>)

Valor da propriedade

Tipo: System.Collections.Generic.ICollection<DataSourceFieldMapping>
The list of the field mappings.

Consulte também

Referência

MatchingCriterion Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts