DataQualityMatchingOperationCreateRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a request for matching operation.
public ref class DataQualityMatchingOperationCreateRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="DataQualityMatchingOperationCreateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DataQualityMatchingOperationCreateRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="DataQualityMatchingOperationCreateRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DataQualityMatchingOperationCreateRequest = class
Public Class DataQualityMatchingOperationCreateRequest
- Inheritance
-
DataQualityMatchingOperationCreateRequest
- Attributes
Constructors
DataQualityMatchingOperationCreateRequest() |
Initializes a new instance of the DataQualityMatchingOperationCreateRequest class. |
DataQualityMatchingOperationCreateRequest(International, Int64, MatchingPolicy) |
Initializes a new instance of the DataQualityMatchingOperationCreateRequest class with specified cultural settings, Knowledgebase identifier, and matching policies. |
Fields
International |
Specifies the cultural settings. |
KnowledgebaseId |
Specifies the Knowledgebase identifier for the matching operation request. |
MatchingPolicy |
Specifies the matching policies to run on the input data if a deduplication operation is required. |