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.
Contains values that specify the chosen display format for domain-based attribute (DBA) columns.
public enum class DisplayType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="DisplayType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum DisplayType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Runtime.Serialization.DataContract(Name="DisplayType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DisplayType =
Public Enum DisplayType
- Inheritance
-
DisplayType
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | Does not specify what to display. |
Code | 1 | Display the member code only. |
CodeName | 2 | Display the member code followed by the name in parentheses. |
NameCode | 3 | Display the member name followed by the code in parentheses. |