Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Initializes a new instance of the DataQualityMatchingOperationCreateRequest class with specified cultural settings, Knowledgebase identifier, and matching policies.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
International As International, _
KnowledgebaseId As Long, _
MatchingPolicy As MatchingPolicy _
)
'Utilisation
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
)
Paramètres
- International
Type : Microsoft.MasterDataServices.International
The cultural settings.
- KnowledgebaseId
Type : System.Int64
The Knowledgebase identifier.
- MatchingPolicy
Type : Microsoft.MasterDataServices.MatchingPolicy
The matching policies.
Voir aussi
Référence
DataQualityMatchingOperationCreateRequest Classe