AttributeValueType 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 data type of an attribute.
public enum class AttributeValueType
[System.Runtime.Serialization.DataContract(Name="AttributeValueType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum AttributeValueType
[<System.Runtime.Serialization.DataContract(Name="AttributeValueType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeValueType =
Public Enum AttributeValueType
- Inheritance
-
AttributeValueType
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | The attribute value type has not been specified. |
String | 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. |
Domain | 4 | The attribute value is selected from a domain list. |
File | 5 | The attribute value contains the contents of a file. |
Remarks
The AttributeValueType simple type specifies the data type of an attribute.