共用方式為


DomainType 列舉

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Enumerates the supported DQS domain types.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)

語法

'宣告
<DataContractAttribute(Name := "DomainType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration DomainType
'用途
Dim instance As DomainType
[DataContractAttribute(Name = "DomainType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum DomainType
[DataContractAttribute(Name = L"DomainType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class DomainType
[<DataContractAttribute(Name = "DomainType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DomainType
public enum DomainType

成員

成員名稱 說明
String Specifies that the domain type is string.
Date Specifies that the domain type is date and time.
Integer Specifies that the domain type is integer.
Decimal Specifies that the domain type is decimal.

請參閱

參考

Microsoft.MasterDataServices 命名空間