DisplayType 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.
Caution
Unused
Specifies the chosen display format for domain-based attribute (DBA) columns.
public enum class DisplayType
[System.Obsolete("Unused")]
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum DisplayType
[<System.Obsolete("Unused")>]
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DisplayType =
Public Enum DisplayType
- Inheritance
-
DisplayType
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | The not specified |
Code | 1 | The code |
CodeName | 2 | The code name |
NameCode | 3 | The name code |
Remarks
The DisplayType simple type specifies the chosen display format for domain-based attribute (DBA) columns.