Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 column mappings.
Espacio de nombres: Microsoft.MasterDataServices.Services.MessageContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<MessageBodyMemberAttribute> _
Public Property ColumnMappings As IList(Of DataSourceFieldMapping)
Get
Set
'Uso
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>)
Valor de la propiedad
Tipo: System.Collections.Generic.IList<DataSourceFieldMapping>
The list of the column mappings.
Vea también
Referencia
DataQualityCleansingOperationCreateRequest Clase
Espacio de nombres Microsoft.MasterDataServices.Services.MessageContracts