Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Members
| Member name | Description | |
|---|---|---|
| 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. |
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace