MatchingCriterion.Mappings Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the list of the field mappings.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: System.Collections.Generic.ICollection<DataSourceFieldMapping>
The list of the field mappings.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts