DataQualityDomain 클래스

정의

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
상속
DataQualityDomain
특성
구현

생성자

DataQualityDomain()

DataQualityDomain 클래스의 새 인스턴스를 초기화합니다.

속성

Description

데이터 품질 도메인에 대한 자세한 설명을 가져오거나 설정합니다.

DomainType

도메인 유형을 가져오거나 설정합니다.

ExtensionData

추가 데이터를 포함하는 개체를 가져오거나 설정합니다.

Id

이 데이터 품질 도메인을 고유하게 식별하는 정수를 가져오거나 설정합니다.

IsDefault

이 데이터 품질 도메인이 기본 도메인인지 여부를 나타내는 값을 가져오거나 설정합니다.

Name

이 데이터 품질 도메인의 이름을 가져오거나 설정합니다.

적용 대상