Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes a new instance of the DataQualityMatchingOperationCreateRequest class with specified cultural settings, Knowledgebase identifier, and matching policies.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
KnowledgebaseId As Long, _
MatchingPolicy As MatchingPolicy _
)
'Usage
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
)
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- KnowledgebaseId
Type: System.Int64
The Knowledgebase identifier.
- MatchingPolicy
Type: Microsoft.MasterDataServices.MatchingPolicy
The matching policies.
See Also
Reference
DataQualityMatchingOperationCreateRequest Class