AttributeDataType Enumeration
SQL Server 2012
Specifies the data types of a member attribute.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
| Member name | Description | |
|---|---|---|
| DateTime | The attribute value can only be DateTime. | |
| Link | The attribute value can only be a Universal Naming Convention (UNC) link. | |
| NotSpecified | The data type has not been specified. | |
| Number | The attribute value can only be numeric. | |
| Text | The attribute value can be alphabetic and some special characters. |
