此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Initializes a new instance of the DataQualityMatchingOperationCreateRequest class with specified cultural settings, Knowledgebase identifier, and matching policies.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Sub New ( _
International As International, _
KnowledgebaseId As Long, _
MatchingPolicy As MatchingPolicy _
)
用法
Dim International As International
Dim KnowledgebaseId As Long
Dim MatchingPolicy As MatchingPolicy
Dim instance As New DataQualityMatchingOperationCreateRequest(International, _
KnowledgebaseId, MatchingPolicy)
public DataQualityMatchingOperationCreateRequest(
International International,
long KnowledgebaseId,
MatchingPolicy MatchingPolicy
)
public:
DataQualityMatchingOperationCreateRequest(
International^ International,
long long KnowledgebaseId,
MatchingPolicy^ MatchingPolicy
)
new :
International:International *
KnowledgebaseId:int64 *
MatchingPolicy:MatchingPolicy -> DataQualityMatchingOperationCreateRequest
public function DataQualityMatchingOperationCreateRequest(
International : International,
KnowledgebaseId : long,
MatchingPolicy : MatchingPolicy
)
参数
- International
类型:Microsoft.MasterDataServices.International
The cultural settings.
- KnowledgebaseId
类型:System.Int64
The Knowledgebase identifier.
- MatchingPolicy
类型:Microsoft.MasterDataServices.MatchingPolicy
The matching policies.
请参阅
参考
DataQualityMatchingOperationCreateRequest 类