ServiceClient.DataQualityMatchingOperationCreate Method (International, Int64, MatchingPolicy, OperationResult)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Creates an operation for DQS matching.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

public Guid DataQualityMatchingOperationCreate(
    International International,
    long KnowledgebaseId,
    MatchingPolicy MatchingPolicy,
    out OperationResult OperationResult
)
public:
Guid DataQualityMatchingOperationCreate(
    International^ International,
    long long KnowledgebaseId,
    MatchingPolicy^ MatchingPolicy,
    [OutAttribute] OperationResult^% OperationResult
)
member DataQualityMatchingOperationCreate : 
        International:International *
        KnowledgebaseId:int64 *
        MatchingPolicy:MatchingPolicy *
        OperationResult:OperationResult byref -> Guid
Public Function DataQualityMatchingOperationCreate (
    International As International,
    KnowledgebaseId As Long,
    MatchingPolicy As MatchingPolicy,
    <OutAttribute> ByRef OperationResult As OperationResult
) As Guid

Parameters

  • KnowledgebaseId
    Type: System.Int64

    The knowledgebase identifier.

Return Value

Type: System.Guid

An operation for DQS matching.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top