Knowledgebase Class

Definition

Represents a knowledgebase in DQS.

public ref class Knowledgebase : System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="Knowledgebase", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Knowledgebase : System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="Knowledgebase", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Knowledgebase = class
    interface IExtensibleDataObject
Public Class Knowledgebase
Implements IExtensibleDataObject
Inheritance
Knowledgebase
Attributes
Implements

Constructors

Knowledgebase()

Initializes a new instance of the Knowledgebase class.

Properties

Description

Gets or sets the description of the knowledgebase.

Domains

Gets or sets the collection of DQS domains.

ExtensionData

Gets or sets the object that contains extra data.

Id

Gets or sets the integer that identifies the knowledgebase.

MatchingPolicy

Gets or sets the matching policy of the knowledgebase.

Name

Gets or sets the name of the knowledgebase property.

Applies to