Partilhar via


Enumeração DomainType

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Enumerates the supported DQS domain types.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name := "DomainType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration DomainType
'Uso
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

Membros

Nome do membro Descrição
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.

Consulte também

Referência

Namespace Microsoft.MasterDataServices