DisplayType 열거형
Contains values specifying the chosen display format for domain-based attribute columns [Code, Code {Name}, Name {Code}].
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration DisplayType
‘사용 방법
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
멤버
멤버 이름 | 설명 | |
---|---|---|
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. |