Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.