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.
Contains values specifying the data type of an attribute.
public enum class AttributeValueType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="AttributeValueType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum AttributeValueType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<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 data type is unspecified. |
String | 1 | Specifies that the attribute data type is a text string. |
Number | 2 | Specifies that the attribute data type is a number. |
DateTime | 3 | Specifies that the attribute data type is a date and time value. |
Domain | 4 | Specifies that the attribute data type is a domain-based value. |
File | 5 | Specifies that the attribute data type is a file (Binary Large Object, or BLOB). |