AttributeDataType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the subtype of a free-form attribute.
public enum class AttributeDataType
[System.Runtime.Serialization.DataContract(Name="AttributeDataType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum AttributeDataType
[<System.Runtime.Serialization.DataContract(Name="AttributeDataType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeDataType =
Public Enum AttributeDataType
- Inheritance
-
AttributeDataType
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | The data type has not been specified. |
Text | 1 | The attribute value can be any text. |
Number | 2 | The attribute value can only be numeric. |
DateTime | 3 | The attribute value can only be DateTime. |
Link | 6 | The attribute value can only be a UNC link. |
Remarks
The AttributeDataType simple type specifies the subtype of a free-form attribute.