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.
Contains values specifying the attribute data type.
public enum class AttributeDataType
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Runtime.Serialization.DataContract(Name="AttributeDataType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum AttributeDataType
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<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 attribute is unspecified. |
Text | 1 | Specifies that the attribute is text. |
Number | 2 | Specifies that the attribute is a number. |
DateTime | 3 | Specifies that the attribute is a date and time value. |
Link | 6 | Specifies that the attribute is a link. |