Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 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
'Declaration
Public Function DataQualityMatchingOperationCreate ( _
International As International, _
KnowledgebaseId As Long, _
MatchingPolicy As MatchingPolicy, _
<OutAttribute> ByRef OperationResult As OperationResult _
) As Guid
'Usage
Dim instance As ServiceClient
Dim International As International
Dim KnowledgebaseId As Long
Dim MatchingPolicy As MatchingPolicy
Dim OperationResult As OperationResult
Dim returnValue As Guid
returnValue = instance.DataQualityMatchingOperationCreate(International, _
KnowledgebaseId, MatchingPolicy, _
OperationResult)
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 : International,
KnowledgebaseId : long,
MatchingPolicy : MatchingPolicy,
OperationResult : OperationResult
) : Guid
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- KnowledgebaseId
Type: System.Int64
The knowledgebase identifier.
- MatchingPolicy
Type: Microsoft.MasterDataServices.MatchingPolicy
A deduplication matching policy.
- OperationResult
Type: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Return Value
Type: System.Guid
An operation for DQS matching.