Partager via


Propriété DataQualityCleansingOperationCreateRequest.ColumnMappings

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

Espace de noms :  Microsoft.MasterDataServices.Services.MessageContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<MessageBodyMemberAttribute> _
Public Property ColumnMappings As IList(Of DataSourceFieldMapping)
    Get 
    Set
'Utilisation
Dim instance As DataQualityCleansingOperationCreateRequest 
Dim value As IList(Of DataSourceFieldMapping)

value = instance.ColumnMappings

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

Valeur de propriété

Type : System.Collections.Generic.IList<DataSourceFieldMapping>
The list of the column mappings.

Voir aussi

Référence

DataQualityCleansingOperationCreateRequest Classe

Espace de noms Microsoft.MasterDataServices.Services.MessageContracts