다음을 통해 공유


DomainType 열거형

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Enumerates the supported DQS domain types.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
<DataContractAttribute(Name := "DomainType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration DomainType
‘사용 방법
Dim instance As DomainType
[DataContractAttribute(Name = "DomainType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum DomainType
[DataContractAttribute(Name = L"DomainType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class DomainType
[<DataContractAttribute(Name = "DomainType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DomainType
public enum DomainType

멤버

멤버 이름 설명
String Specifies that the domain type is string.
Date Specifies that the domain type is date and time.
Integer Specifies that the domain type is integer.
Decimal Specifies that the domain type is decimal.

참고 항목

참조

Microsoft.MasterDataServices 네임스페이스