ServiceClient.DataQualityMatchingOperationCreate Метод

Определение

Создаёт операцию для сопоставления DQS.

public:
 Guid DataQualityMatchingOperationCreate(Microsoft::MasterDataServices::International ^ International, long KnowledgebaseId, Microsoft::MasterDataServices::MatchingPolicy ^ MatchingPolicy, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public Guid DataQualityMatchingOperationCreate(Microsoft.MasterDataServices.International International, long KnowledgebaseId, Microsoft.MasterDataServices.MatchingPolicy MatchingPolicy, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.DataQualityMatchingOperationCreate : Microsoft.MasterDataServices.International * int64 * Microsoft.MasterDataServices.MatchingPolicy * OperationResult -> Guid
Public Function DataQualityMatchingOperationCreate (International As International, KnowledgebaseId As Long, MatchingPolicy As MatchingPolicy, ByRef OperationResult As OperationResult) As Guid

Параметры

International
International

Культурные обстановки.

KnowledgebaseId
Int64

Идентификатор базы знаний.

MatchingPolicy
MatchingPolicy

Политика сопоставления дедупликации.

OperationResult
OperationResult

Когда этот метод возвращается, содержит результат операции. Этот параметр передается неинициализирован.

Возвращаемое значение

Операция для сопоставления DQS.

Применяется к