次の方法で共有


ServiceClient.DataQualityCleansingOperationCreate メソッド

定義

DQS クレンジングに対する操作を作成します。

public:
 Guid DataQualityCleansingOperationCreate(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::DataSourceFieldMapping ^> ^ ColumnMappings, long KnowledgebaseId, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public Guid DataQualityCleansingOperationCreate (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.DataSourceFieldMapping> ColumnMappings, long KnowledgebaseId, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.DataQualityCleansingOperationCreate : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.DataSourceFieldMapping> * int64 * OperationResult -> Guid
Public Function DataQualityCleansingOperationCreate (International As International, ColumnMappings As Collection(Of DataSourceFieldMapping), KnowledgebaseId As Long, ByRef OperationResult As OperationResult) As Guid

パラメーター

International
International

カルチャ設定。

ColumnMappings
Collection<DataSourceFieldMapping>

列のマッピングです。

KnowledgebaseId
Int64

ナレッジ ベース識別子です。

OperationResult
OperationResult

このメソッドが戻るとき、操作結果が含まれています。 このパラメーターは初期化せずに渡されます。

戻り値

DQS クレンジングの操作。

適用対象