Поделиться через


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.

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