Propriété MatchingCriterion.Mappings
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets or sets the list of the field mappings.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property Mappings As ICollection(Of DataSourceFieldMapping)
Get
Set
'Utilisation
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>)
Valeur de propriété
Type : System.Collections.Generic.ICollection<DataSourceFieldMapping>
The list of the field mappings.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts