AttributeType Enum

Definition

Specifies the type of an attribute.

public enum class AttributeType
[System.Runtime.Serialization.DataContract(Name="AttributeType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum AttributeType
[<System.Runtime.Serialization.DataContract(Name="AttributeType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AttributeType = 
Public Enum AttributeType
Inheritance
AttributeType
Attributes

Fields

Domain 2

The attribute value is selected from a domain list.

File 4

The attribute value contains the contents of a file.

FreeForm 1

The attribute value is free form but constrained by the AttributeDataType.

NotSpecified 0

The attribute type has not been specified.

System 3

The attribute is a hidden, system attribute.

Remarks

The AttributeType simple type specifies the type of an attribute.

Applies to