Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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>)
Property Value
Type: System.Collections.Generic.IList<DataSourceFieldMapping>
The list of the column mappings.
See Also
Reference
DataQualityCleansingOperationCreateRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace