DomainType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the supported DQS domain types.
public enum class DomainType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="DomainType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum DomainType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="DomainType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DomainType =
Public Enum DomainType
- Inheritance
-
DomainType
- Attributes
Fields
Name | Value | Description |
---|---|---|
String | 0 | Specifies that the domain type is string. |
Date | 1 | Specifies that the domain type is date and time. |
Integer | 2 | Specifies that the domain type is integer. |
Decimal | 3 | Specifies that the domain type is decimal. |