Класс Knowledgebase

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents the knowledge base.

Иерархия наследования

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.Knowledgebase

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataContractAttribute(Name := "Knowledgebase", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Knowledgebase
'Применение
Dim instance As Knowledgebase
[DataContractAttribute(Name = "Knowledgebase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Knowledgebase
[DataContractAttribute(Name = L"Knowledgebase", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Knowledgebase
[<DataContractAttribute(Name = "Knowledgebase", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Knowledgebase =  class end
public class Knowledgebase

Тип Knowledgebase обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Knowledgebase Инфраструктура. Initializes a new instance of the Knowledgebase class.

В начало

Свойства

  Имя Описание
Открытое свойство Description Инфраструктура. Gets or sets the description for the Knowledgebase.
Открытое свойство Domains Инфраструктура. Gets or sets a collection of data quality domain.
Открытое свойство Id Инфраструктура. Gets or sets the knowledge base identifier.
Открытое свойство MatchingPolicy Инфраструктура. Gets or sets the matching policy for the knowledge base.
Открытое свойство Name Инфраструктура. Gets or sets the name of the Knowledgebase.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.MasterDataServices.Services.DataContracts