Share via


DomainType Enumeration

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Enumerates the supported DQS ___domain types.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "DomainType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration DomainType
'Usage
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

Members

Member name Description
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.

See Also

Reference

Microsoft.MasterDataServices Namespace