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.
The supported DQS domain types.
public enum class DomainType
[System.Runtime.Serialization.DataContract(Name="DomainType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum DomainType
[<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 | String |
Date | 1 | Date |
Integer | 2 | Integer |
Decimal | 3 | Decimal |
Remarks
The DomainType simple type specifies the supported DQS domain types.