DomainType Enumeration
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Enumerates the possible types of a domain.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "DomainType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration DomainType
'Usage
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
Members
Member name | Description | |
---|---|---|
Date | Specifies a Date type. | |
Decimal | Specifies a Decimal type. | |
Integer | Specifies an Integer type. | |
String | Specifies a String type. |
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace