DataQualityMatchingOperationCreateRequest Constructors
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.
Initializes a new instance of the DataQualityMatchingOperationCreateRequest class.
Overloads
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. |
DataQualityMatchingOperationCreateRequest()
Initializes a new instance of the DataQualityMatchingOperationCreateRequest class.
public:
DataQualityMatchingOperationCreateRequest();
public DataQualityMatchingOperationCreateRequest ();
Public Sub New ()
Applies to
DataQualityMatchingOperationCreateRequest(International, Int64, MatchingPolicy)
Initializes a new instance of the DataQualityMatchingOperationCreateRequest class with specified cultural settings, Knowledgebase identifier, and matching policies.
public:
DataQualityMatchingOperationCreateRequest(Microsoft::MasterDataServices::International ^ International, long KnowledgebaseId, Microsoft::MasterDataServices::MatchingPolicy ^ MatchingPolicy);
public DataQualityMatchingOperationCreateRequest (Microsoft.MasterDataServices.International International, long KnowledgebaseId, Microsoft.MasterDataServices.MatchingPolicy MatchingPolicy);
new Microsoft.MasterDataServices.DataQualityMatchingOperationCreateRequest : Microsoft.MasterDataServices.International * int64 * Microsoft.MasterDataServices.MatchingPolicy -> Microsoft.MasterDataServices.DataQualityMatchingOperationCreateRequest
Public Sub New (International As International, KnowledgebaseId As Long, MatchingPolicy As MatchingPolicy)
Parameters
- International
- International
The cultural settings.
- KnowledgebaseId
- Int64
The Knowledgebase identifier.
- MatchingPolicy
- MatchingPolicy
The matching policies.