Freigeben über


DataQualityMatchingOperationCreateRequest-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a request for matching operation.

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.DataQualityMatchingOperationCreateRequest

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<MessageContractAttribute(WrapperName := "DataQualityMatchingOperationCreateRequest",  _
    WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class DataQualityMatchingOperationCreateRequest
'Usage
Dim instance As DataQualityMatchingOperationCreateRequest
[MessageContractAttribute(WrapperName = "DataQualityMatchingOperationCreateRequest", 
    WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class DataQualityMatchingOperationCreateRequest
[MessageContractAttribute(WrapperName = L"DataQualityMatchingOperationCreateRequest", 
    WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class DataQualityMatchingOperationCreateRequest
[<MessageContractAttribute(WrapperName = "DataQualityMatchingOperationCreateRequest", 
    WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type DataQualityMatchingOperationCreateRequest =  class end
public class DataQualityMatchingOperationCreateRequest

Der DataQualityMatchingOperationCreateRequest-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DataQualityMatchingOperationCreateRequest() Infrastruktur Initializes a new instance of the DataQualityMatchingOperationCreateRequest class.
Öffentliche Methode DataQualityMatchingOperationCreateRequest(International, Int64, MatchingPolicy) Infrastruktur Initializes a new instance of the DataQualityMatchingOperationCreateRequest class with specified cultural settings, Knowledgebase identifier, and matching policies.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld International Infrastruktur Specifies the cultural settings.
Öffentliches Feld KnowledgebaseId Infrastruktur Specifies the Knowledgebase identifier for the matching operation request.
Öffentliches Feld MatchingPolicy Infrastruktur Specifies the matching policies to run on the input data if a deduplication operation is required.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.MasterDataServices-Namespace