DisplayType 열거형
Contains values that specify the chosen display format for domain-based attribute (DBA) columns.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
<DataContractAttribute(Name := "DisplayType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration DisplayType
‘사용 방법
Dim instance As DisplayType
[DataContractAttribute(Name = "DisplayType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum DisplayType
[DataContractAttribute(Name = L"DisplayType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class DisplayType
[<DataContractAttribute(Name = "DisplayType", 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 the name in parentheses. | |
NameCode | Display the member name followed by the code in parentheses. |