Partilhar via


Propriedade do RDL Knowledgebase.MatchingPolicy

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the matching policy of the knowledgebase.

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

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property MatchingPolicy As MatchingPolicy
    Get
    Set
'Uso
Dim instance As Knowledgebase
Dim value As MatchingPolicy

value = instance.MatchingPolicy

instance.MatchingPolicy = value
[DataMemberAttribute]
public MatchingPolicy MatchingPolicy { get; set; }
[DataMemberAttribute]
public:
property MatchingPolicy^ MatchingPolicy {
    MatchingPolicy^ get ();
    void set (MatchingPolicy^ value);
}
[<DataMemberAttribute>]
member MatchingPolicy : MatchingPolicy with get, set
function get MatchingPolicy () : MatchingPolicy
function set MatchingPolicy (value : MatchingPolicy)

Valor da propriedade

Tipo: Microsoft.MasterDataServices.MatchingPolicy
The matching policy of the knowledgebase.

Consulte também

Referência

Knowledgebase Classe

Namespace Microsoft.MasterDataServices