Knowledgebase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |