共用方式為


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

成員

成員名稱 說明
NotSpecified Does not specify what to display.
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.

請參閱

參考

Microsoft.MasterDataServices 命名空間