次の方法で共有


DataQualityCleansingOperationCreateRequest.ColumnMappings プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

列マッピングの一覧を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<MessageBodyMemberAttribute> _
Public Property ColumnMappings As IList(Of DataSourceFieldMapping)
    Get 
    Set
'使用
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>)

プロパティ値

型: System.Collections.Generic.IList<DataSourceFieldMapping>
列マッピングの一覧です。

関連項目

参照

DataQualityCleansingOperationCreateRequest クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間