Поделиться через


Класс Knowledgebase

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

Represents a knowledgebase in DQS.

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

System.Object
  Microsoft.MasterDataServices.Knowledgebase

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

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

В начало

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

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

См. также

Справочник

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