AttributeDataType Enum

Definition

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

DateTime 3

Specifies that the attribute is a date and time value.

6

Specifies that the attribute is a link.

NotSpecified 0

The attribute is unspecified.

Number 2

Specifies that the attribute is a number.

Text 1

Specifies that the attribute is text.

Applies to