DisplayType-Enumeration
Contains values specifying the chosen display format for domain-based attribute columns [Code, Code {Name}, Name {Code}].
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration DisplayType
'Usage
Dim instance As DisplayType
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum DisplayType
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class DisplayType
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DisplayType
public enum DisplayType
Elemente
Elementname | Beschreibung | |
---|---|---|
Code | Display the member code only. | |
CodeName | Display the member code followed by name in parentheses. | |
NameCode | Display the member name followed by code in parentheses. | |
NotSpecified | The type is not specified. |
Siehe auch
Verweis
Microsoft.MasterDataServices.Services.DataContracts-Namespace