Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
)
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- KnowledgebaseId
Typ: System.Int64
The Knowledgebase identifier.
- MatchingPolicy
Typ: Microsoft.MasterDataServices.MatchingPolicy
The matching policies.
Siehe auch
Verweis
DataQualityMatchingOperationCreateRequest Klasse