DataQualityDomain Class

Definition

Represents a knowledge domain in DQS.

public ref class DataQualityDomain : System::Runtime::Serialization::IExtensibleDataObject
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="DataQualityDomain", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DataQualityDomain : System.Runtime.Serialization.IExtensibleDataObject
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="DataQualityDomain", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DataQualityDomain = class
    interface IExtensibleDataObject
Public Class DataQualityDomain
Implements IExtensibleDataObject
Inheritance
DataQualityDomain
Attributes
Implements

Constructors

DataQualityDomain()

Initializes a new instance of the DataQualityDomain class.

Properties

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.

Applies to