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 mappings.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

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

value = instance.Mappings

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

Valor da propriedade

Tipo: System.Collections.ObjectModel.Collection<DataSourceFieldMapping>
The list of the mappings.

Consulte também

Referência

MatchingCriterion Classe

Namespace Microsoft.MasterDataServices