此 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. |