Класс DataQualityDomain

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

Represents a knowledge domain in DQS.

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

System.Object
  Microsoft.MasterDataServices.DataQualityDomain

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство Description Инфраструктура. Gets or sets the long description of the data quality domain.
Открытое свойство DomainType Инфраструктура. Gets or sets the domain type.
Открытое свойство ExtensionData Инфраструктура. Gets or sets the object that contains extra data.
Открытое свойство Id Инфраструктура. Gets or sets the integer that uniquely identifies this data quality domain.
Открытое свойство IsDefault Инфраструктура. Gets or sets a value indicating whether this data quality domain is the default domain.
Открытое свойство Name Инфраструктура. Gets or sets the name of this data quality domain.

В начало

Методы

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

В начало

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

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

См. также

Справочник

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