AttributeDataType Enum

Definition

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

DateTime 3

The attribute value can only be DateTime.

6

The attribute value can only be a UNC link.

NotSpecified 0

The data type has not been specified.

Number 2

The attribute value can only be numeric.

Text 1

The attribute value can be any text.

Remarks

The AttributeDataType simple type specifies the subtype of a free-form attribute.

Applies to