Freigeben über


DataQualityCleansingOperationCreateRequest.ColumnMappings-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the list of the column mappings.

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<MessageBodyMemberAttribute> _
Public Property ColumnMappings As IList(Of DataSourceFieldMapping)
    Get 
    Set
'Usage
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>)

Eigenschaftswert

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

Siehe auch

Verweis

DataQualityCleansingOperationCreateRequest Klasse

Microsoft.MasterDataServices.Services.MessageContracts-Namespace